Budget.DefinitionStages.WithNotifications Interface

public static interface Budget.DefinitionStages.WithNotifications

The stage of the Budget definition allowing to specify notifications.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withNotifications(Map<String,Notification> notifications)

Specifies the notifications property: Dictionary of notifications associated with the budget.

Method Details

withNotifications

public abstract Budget.DefinitionStages.WithCreate withNotifications(Map 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.

Applies to