public static class Storefront.CustomerAddressDeletePayload extends AbstractResponse<Storefront.CustomerAddressDeletePayload>
optimisticData, responseData| Constructor and Description |
|---|
CustomerAddressDeletePayload() |
CustomerAddressDeletePayload(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Storefront.CustomerUserError> |
getCustomerUserErrors()
The list of errors that occurred from executing the mutation.
|
java.lang.String |
getDeletedCustomerAddressId()
ID of the deleted customer address.
|
java.lang.String |
getGraphQlTypeName() |
java.util.List<Storefront.UserError> |
getUserErrors()
Deprecated.
Use `customerUserErrors` instead.
|
Storefront.CustomerAddressDeletePayload |
setCustomerUserErrors(java.util.List<Storefront.CustomerUserError> arg) |
Storefront.CustomerAddressDeletePayload |
setDeletedCustomerAddressId(java.lang.String arg) |
Storefront.CustomerAddressDeletePayload |
setUserErrors(java.util.List<Storefront.UserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CustomerAddressDeletePayload()
public CustomerAddressDeletePayload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.util.List<Storefront.CustomerUserError> getCustomerUserErrors()
public Storefront.CustomerAddressDeletePayload setCustomerUserErrors(java.util.List<Storefront.CustomerUserError> arg)
public java.lang.String getDeletedCustomerAddressId()
public Storefront.CustomerAddressDeletePayload setDeletedCustomerAddressId(java.lang.String arg)
public java.util.List<Storefront.UserError> getUserErrors()
public Storefront.CustomerAddressDeletePayload setUserErrors(java.util.List<Storefront.UserError> arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CustomerAddressDeletePayload>