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