public static class Storefront.CustomerAccessTokenCreatePayload
extends <any>
| Constructor and Description |
|---|
CustomerAccessTokenCreatePayload() |
CustomerAccessTokenCreatePayload(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.CustomerAccessToken |
getCustomerAccessToken()
The newly created customer access token object.
|
java.util.List<Storefront.CustomerUserError> |
getCustomerUserErrors()
List of errors that occurred executing the mutation.
|
java.lang.String |
getGraphQlTypeName() |
java.util.List<Storefront.UserError> |
getUserErrors()
Deprecated.
Use `customerUserErrors` instead
|
Storefront.CustomerAccessTokenCreatePayload |
setCustomerAccessToken(Storefront.CustomerAccessToken arg) |
Storefront.CustomerAccessTokenCreatePayload |
setCustomerUserErrors(java.util.List<Storefront.CustomerUserError> arg) |
Storefront.CustomerAccessTokenCreatePayload |
setUserErrors(java.util.List<Storefront.UserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CustomerAccessTokenCreatePayload()
public CustomerAccessTokenCreatePayload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.CustomerAccessToken getCustomerAccessToken()
public Storefront.CustomerAccessTokenCreatePayload setCustomerAccessToken(Storefront.CustomerAccessToken arg)
public java.util.List<Storefront.CustomerUserError> getCustomerUserErrors()
public Storefront.CustomerAccessTokenCreatePayload setCustomerUserErrors(java.util.List<Storefront.CustomerUserError> arg)
public java.util.List<Storefront.UserError> getUserErrors()
public Storefront.CustomerAccessTokenCreatePayload setUserErrors(java.util.List<Storefront.UserError> arg)
public boolean unwrapsToObject(java.lang.String key)