public class AuthenticateRequest extends ApiServiceRequest
| Constructor and Description |
|---|
AuthenticateRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassword() |
java.lang.String |
getUsername() |
void |
setPassword(java.lang.String password)
Sets the authenticate password.
|
void |
setUsername(java.lang.String username)
Sets the authenticate login name.
|
java.lang.String |
toString() |
AuthenticateRequest |
withPassword(java.lang.String password)
Sets the authenticate password and return the authenticate instance.
|
AuthenticateRequest |
withUsername(java.lang.String username)
Sets the authenticate login name and return the current authenticate instance.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.String getUsername()
public void setUsername(java.lang.String username)
username - the given authenticate login name to set.public AuthenticateRequest withUsername(java.lang.String username)
username - the given authenticate login name to set.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the given authenticate password to set.public AuthenticateRequest withPassword(java.lang.String password)
password - the given authenticate password to set.public java.lang.String toString()
toString in class ApiServiceRequest