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)
Supported filter parameters:
- `processed_at`
See the detailed [search syntax](https://help.shopify.com/api/getting-started/search-syntax)
for more information about using filters.
|
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.
|
public 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)