public static class Storefront.CartBuyerIdentity extends AbstractResponse<Storefront.CartBuyerIdentity>
optimisticData, responseData| Constructor and Description |
|---|
CartBuyerIdentity() |
CartBuyerIdentity(JsonObject fields) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CartBuyerIdentity()
public CartBuyerIdentity(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.CountryCode getCountryCode()
public Storefront.CartBuyerIdentity setCountryCode(Storefront.CountryCode arg)
public Storefront.Customer getCustomer()
public Storefront.CartBuyerIdentity setCustomer(Storefront.Customer arg)
public java.util.List<Storefront.DeliveryAddress> getDeliveryAddressPreferences()
public Storefront.CartBuyerIdentity setDeliveryAddressPreferences(java.util.List<Storefront.DeliveryAddress> arg)
public java.lang.String getEmail()
public Storefront.CartBuyerIdentity setEmail(java.lang.String arg)
public java.lang.String getPhone()
public Storefront.CartBuyerIdentity setPhone(java.lang.String arg)
public Storefront.CartPreferences getPreferences()
public Storefront.CartBuyerIdentity setPreferences(Storefront.CartPreferences arg)
public Storefront.PurchasingCompany getPurchasingCompany()
public Storefront.CartBuyerIdentity setPurchasingCompany(Storefront.PurchasingCompany arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CartBuyerIdentity>