public static class Storefront.CartDeliveryGroup extends AbstractResponse<Storefront.CartDeliveryGroup>
optimisticData, responseData| Constructor and Description |
|---|
CartDeliveryGroup() |
CartDeliveryGroup(JsonObject fields) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic CartDeliveryGroup()
public CartDeliveryGroup(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.BaseCartLineConnection getCartLines()
public Storefront.CartDeliveryGroup setCartLines(Storefront.BaseCartLineConnection arg)
public Storefront.MailingAddress getDeliveryAddress()
public Storefront.CartDeliveryGroup setDeliveryAddress(Storefront.MailingAddress arg)
public java.util.List<Storefront.CartDeliveryOption> getDeliveryOptions()
public Storefront.CartDeliveryGroup setDeliveryOptions(java.util.List<Storefront.CartDeliveryOption> arg)
public Storefront.CartDeliveryGroupType getGroupType()
public Storefront.CartDeliveryGroup setGroupType(Storefront.CartDeliveryGroupType arg)
public ID getId()
public Storefront.CartDeliveryGroup setId(ID arg)
public Storefront.CartDeliveryOption getSelectedDeliveryOption()
public Storefront.CartDeliveryGroup setSelectedDeliveryOption(Storefront.CartDeliveryOption arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.CartDeliveryGroup>