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