public class Storefront.CartDeliveryGroupQuery.CartLinesArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.CartDeliveryGroupQuery.CartLinesArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.CartDeliveryGroupQuery.CartLinesArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.CartDeliveryGroupQuery.CartLinesArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.CartDeliveryGroupQuery.CartLinesArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.CartDeliveryGroupQuery.CartLinesArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
end, startArgumentpublic Storefront.CartDeliveryGroupQuery.CartLinesArguments first(java.lang.Integer value)
public Storefront.CartDeliveryGroupQuery.CartLinesArguments after(java.lang.String value)
public Storefront.CartDeliveryGroupQuery.CartLinesArguments last(java.lang.Integer value)
public Storefront.CartDeliveryGroupQuery.CartLinesArguments before(java.lang.String value)
public Storefront.CartDeliveryGroupQuery.CartLinesArguments reverse(java.lang.Boolean value)