Interface ScheduledAction.UpdateStages.WithKind
- All Known Subinterfaces:
ScheduledAction.Update
- Enclosing interface:
- ScheduledAction.UpdateStages
public static interface ScheduledAction.UpdateStages.WithKind
The stage of the ScheduledAction update allowing to specify kind.
-
Method Summary
Modifier and TypeMethodDescriptionwithKind(ScheduledActionKind kind) Specifies the kind property: Kind of the scheduled action..
-
Method Details
-
withKind
Specifies the kind property: Kind of the scheduled action..- Parameters:
kind- Kind of the scheduled action.- Returns:
- the next definition stage.
-