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 Details

    • withEnabledState

      Experiment.DefinitionStages.WithCreate withEnabledState(State enabledState)
      Specifies the enabledState property: The state of the Experiment.
      Parameters:
      enabledState - The state of the Experiment.
      Returns:
      the next definition stage.