次の方法で共有


Client.UpdateStages.WithState Interface

public static interface Client.UpdateStages.WithState

The stage of the Client update allowing to specify state.

Method Summary

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

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

Method Details

withState

public abstract Client.Update 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