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