public static class Storefront.CustomerActivateByUrlPayload
extends <any>
| Constructor and Description |
|---|
CustomerActivateByUrlPayload() |
CustomerActivateByUrlPayload(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.Customer |
getCustomer()
The customer that was activated.
|
Storefront.CustomerAccessToken |
getCustomerAccessToken()
A new customer access token for the customer.
|
java.util.List<Storefront.CustomerUserError> |
getCustomerUserErrors()
List of errors that occurred executing the mutation.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.CustomerActivateByUrlPayload |
setCustomer(Storefront.Customer arg) |
Storefront.CustomerActivateByUrlPayload |
setCustomerAccessToken(Storefront.CustomerAccessToken arg) |
Storefront.CustomerActivateByUrlPayload |
setCustomerUserErrors(java.util.List<Storefront.CustomerUserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CustomerActivateByUrlPayload()
public CustomerActivateByUrlPayload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.Customer getCustomer()
public Storefront.CustomerActivateByUrlPayload setCustomer(Storefront.Customer arg)
public Storefront.CustomerAccessToken getCustomerAccessToken()
public Storefront.CustomerActivateByUrlPayload setCustomerAccessToken(Storefront.CustomerAccessToken arg)
public java.util.List<Storefront.CustomerUserError> getCustomerUserErrors()
public Storefront.CustomerActivateByUrlPayload setCustomerUserErrors(java.util.List<Storefront.CustomerUserError> arg)
public boolean unwrapsToObject(java.lang.String key)