Interface ScheduledAction.UpdateStages.WithNotification
- All Known Subinterfaces:
ScheduledAction.Update
- Enclosing interface:
- ScheduledAction.UpdateStages
public static interface ScheduledAction.UpdateStages.WithNotification
The stage of the ScheduledAction update allowing to specify notification.
-
Method Summary
Modifier and TypeMethodDescriptionwithNotification(NotificationProperties notification) Specifies the notification property: Notification properties based on scheduled action kind..
-
Method Details
-
withNotification
Specifies the notification property: Notification properties based on scheduled action kind..- Parameters:
notification- Notification properties based on scheduled action kind.- Returns:
- the next definition stage.
-