public final class GetClientRequest extends ApiServiceRequest
| Constructor and Description |
|---|
GetClientRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getClientId() |
void |
setClientId(java.lang.Long clientId)
Sets the client identifier.
|
java.lang.String |
toString() |
GetClientRequest |
withClientId(java.lang.Long clientId)
Sets the client identifier.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getClientId()
public void setClientId(java.lang.Long clientId)
clientId - the given client identifier to set.public GetClientRequest withClientId(java.lang.Long clientId)
clientId - the given client identifier to set.public java.lang.String toString()
toString in class ApiServiceRequest