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