public class ValidateTokenRequest extends ApiServiceRequest
| Constructor and Description |
|---|
ValidateTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getToken() |
void |
setToken(java.lang.String token)
Sets the authenticate token.
|
java.lang.String |
toString() |
ValidateTokenRequest |
withToken(java.lang.String token)
Sets the authenticate token and return current instance.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.String getToken()
public void setToken(java.lang.String token)
token - the given authenticate token to set.public ValidateTokenRequest withToken(java.lang.String token)
token - the given authenticate token to set.public java.lang.String toString()
toString in class ApiServiceRequest