Profile.DefinitionStages.WithEnabledState Interface

public static interface Profile.DefinitionStages.WithEnabledState

The stage of the Profile definition allowing to specify enabledState.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEnabledState(State enabledState)

Specifies the enabledState property: The state of the Experiment.

Method Details

withEnabledState

public abstract Profile.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.

Applies to