public class Storefront.CartQuery.DeliveryGroupsArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.CartQuery.DeliveryGroupsArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.CartQuery.DeliveryGroupsArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.CartQuery.DeliveryGroupsArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.CartQuery.DeliveryGroupsArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.CartQuery.DeliveryGroupsArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
Storefront.CartQuery.DeliveryGroupsArguments |
withCarrierRates(java.lang.Boolean value)
Whether to include [carrier-calculated delivery
rates](https://help.shopify.com/en/manual/shipping/setting-up-and-managing-your-shipping/enabling-sh
ipping-carriers) in the response.
|
end, startArgumentpublic Storefront.CartQuery.DeliveryGroupsArguments first(java.lang.Integer value)
public Storefront.CartQuery.DeliveryGroupsArguments after(java.lang.String value)
public Storefront.CartQuery.DeliveryGroupsArguments last(java.lang.Integer value)
public Storefront.CartQuery.DeliveryGroupsArguments before(java.lang.String value)
public Storefront.CartQuery.DeliveryGroupsArguments reverse(java.lang.Boolean value)
public Storefront.CartQuery.DeliveryGroupsArguments withCarrierRates(java.lang.Boolean value)