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