Interface Experiment.UpdateStages.WithEnabledState

All Known Subinterfaces:
Experiment.Update
Enclosing interface:
Experiment.UpdateStages

public static interface Experiment.UpdateStages.WithEnabledState
The stage of the Experiment update allowing to specify enabledState.
  • Method Summary

    Modifier and Type
    Method
    Description
    withEnabledState(State enabledState)
    Specifies the enabledState property: The state of the Experiment.
  • Method Details

    • withEnabledState

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