public class CreateMobileAuthorizationCodeResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateMobileAuthorizationCodeResponse.Builder
Class to build instances of
CreateMobileAuthorizationCodeResponse. |
| Constructor and Description |
|---|
CreateMobileAuthorizationCodeResponse(String authorizationCode,
String expiresAt,
Error error)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthorizationCode()
Getter for AuthorizationCode.
|
HttpContext |
getContext() |
Error |
getError()
Getter for Error.
|
String |
getExpiresAt()
Getter for ExpiresAt.
|
int |
hashCode() |
CreateMobileAuthorizationCodeResponse.Builder |
toBuilder()
Builds a new
CreateMobileAuthorizationCodeResponse.Builder object. |
String |
toString()
Converts this CreateMobileAuthorizationCodeResponse into string format.
|
public CreateMobileAuthorizationCodeResponse(String authorizationCode, String expiresAt, Error error)
authorizationCode - String value for authorizationCode.expiresAt - String value for expiresAt.error - Error value for error.public HttpContext getContext()
public String getAuthorizationCode()
public String getExpiresAt()
public Error getError()
public String toString()
public CreateMobileAuthorizationCodeResponse.Builder toBuilder()
CreateMobileAuthorizationCodeResponse.Builder object.
Creates the instance with the state of the current model.CreateMobileAuthorizationCodeResponse.Builder objectCopyright © 2022. All rights reserved.