public class Storefront.CustomerQuery.OrdersArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.CustomerQuery.OrdersArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.CustomerQuery.OrdersArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.CustomerQuery.OrdersArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.CustomerQuery.OrdersArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.CustomerQuery.OrdersArguments |
query(java.lang.String value)
Apply one or multiple filters to the query.
|
Storefront.CustomerQuery.OrdersArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
Storefront.CustomerQuery.OrdersArguments |
sortKey(Storefront.OrderSortKeys value)
Sort the underlying list by the given key.
|
end, startArgumentpublic Storefront.CustomerQuery.OrdersArguments first(java.lang.Integer value)
public Storefront.CustomerQuery.OrdersArguments after(java.lang.String value)
public Storefront.CustomerQuery.OrdersArguments last(java.lang.Integer value)
public Storefront.CustomerQuery.OrdersArguments before(java.lang.String value)
public Storefront.CustomerQuery.OrdersArguments reverse(java.lang.Boolean value)
public Storefront.CustomerQuery.OrdersArguments sortKey(Storefront.OrderSortKeys value)
public Storefront.CustomerQuery.OrdersArguments query(java.lang.String value)