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