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