Interface Profile.UpdateStages.WithEnabledState
- All Known Subinterfaces:
Profile.Update
- Enclosing interface:
- Profile.UpdateStages
public static interface Profile.UpdateStages.WithEnabledState
The stage of the Profile update allowing to specify enabledState.
-
Method Summary
Modifier and TypeMethodDescriptionwithEnabledState(State enabledState) Specifies the enabledState property: The enabled state of the Profile.
-
Method Details
-
withEnabledState
Specifies the enabledState property: The enabled state of the Profile.- Parameters:
enabledState- The enabled state of the Profile.- Returns:
- the next definition stage.
-