次の方法で共有


Client.DefinitionStages.WithState Interface

public static interface Client.DefinitionStages.WithState

The stage of the Client definition allowing to specify state.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withState(ClientState state)

Specifies the state property: Indicates if the client is enabled or not.

Method Details

withState

public abstract Client.DefinitionStages.WithCreate withState(ClientState state)

Specifies the state property: Indicates if the client is enabled or not. Default value is Enabled..

Parameters:

state - Indicates if the client is enabled or not. Default value is Enabled.

Returns:

the next definition stage.

Applies to