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