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.
|
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)