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:
Returns: