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,
List<Error> errors)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAuthorizationCode()
Getter for AuthorizationCode.
|
HttpContext |
getContext() |
List<Error> |
getErrors()
Getter for Errors.
|
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, List<Error> errors)
authorizationCode - String value for authorizationCode.expiresAt - String value for expiresAt.errors - List of Error value for errors.public HttpContext getContext()
public String getAuthorizationCode()
public String getExpiresAt()
public List<Error> getErrors()
public String toString()
public CreateMobileAuthorizationCodeResponse.Builder toBuilder()
CreateMobileAuthorizationCodeResponse.Builder object.
Creates the instance with the state of the current model.CreateMobileAuthorizationCodeResponse.Builder objectCopyright © 2024. All rights reserved.