Interface ScheduledAction.DefinitionStages.WithNotification
- All Known Subinterfaces:
ScheduledAction.Definition,ScheduledAction.DefinitionStages.WithCreate
- Enclosing interface:
- ScheduledAction.DefinitionStages
public static interface ScheduledAction.DefinitionStages.WithNotification
The stage of the ScheduledAction definition 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.
-