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