EnvironmentSetting.UpdateStages.WithConfigurationState Interface

public static interface EnvironmentSetting.UpdateStages.WithConfigurationState

The stage of the environmentsetting update allowing to specify ConfigurationState.

Method Summary

Modifier and Type Method and Description
abstract Update withConfigurationState(ConfigurationState configurationState)

Specifies configurationState.

Method Details

withConfigurationState

public abstract EnvironmentSetting.Update withConfigurationState(ConfigurationState configurationState)

Specifies configurationState.

Parameters:

configurationState - Describes the user's progress in configuring their environment setting. Possible values include: 'NotApplicable', 'Completed'

Returns:

the next update stage

Applies to