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