public static class Storefront.CustomerAccessTokenCreateWithMultipassPayload extends AbstractResponse<Storefront.CustomerAccessTokenCreateWithMultipassPayload>
optimisticData, responseData| Constructor and Description |
|---|
CustomerAccessTokenCreateWithMultipassPayload() |
CustomerAccessTokenCreateWithMultipassPayload(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.CustomerAccessToken |
getCustomerAccessToken()
An access token object associated with the customer.
|
java.util.List<Storefront.CustomerUserError> |
getCustomerUserErrors()
The list of errors that occurred from executing the mutation.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.CustomerAccessTokenCreateWithMultipassPayload |
setCustomerAccessToken(Storefront.CustomerAccessToken arg) |
Storefront.CustomerAccessTokenCreateWithMultipassPayload |
setCustomerUserErrors(java.util.List<Storefront.CustomerUserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CustomerAccessTokenCreateWithMultipassPayload()
public CustomerAccessTokenCreateWithMultipassPayload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.CustomerAccessToken getCustomerAccessToken()
public Storefront.CustomerAccessTokenCreateWithMultipassPayload setCustomerAccessToken(Storefront.CustomerAccessToken arg)
public java.util.List<Storefront.CustomerUserError> getCustomerUserErrors()
public Storefront.CustomerAccessTokenCreateWithMultipassPayload setCustomerUserErrors(java.util.List<Storefront.CustomerUserError> arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CustomerAccessTokenCreateWithMultipassPayload>