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