Interface Budget.UpdateStages.WithNotifications

  • All Known Subinterfaces:
    Budget.Update
    Enclosing interface:
    Budget.UpdateStages

    public static interface Budget.UpdateStages.WithNotifications
    The stage of the Budget update allowing to specify notifications.
    • Method Detail

      • withNotifications

        Budget.Update withNotifications​(Map<String,​Notification> notifications)
        Specifies the notifications property: Dictionary of notifications associated with the budget. Budget can have up to five notifications..
        Parameters:
        notifications - Dictionary of notifications associated with the budget. Budget can have up to five notifications.
        Returns:
        the next definition stage.