public class Storefront.QueryRootQuery.ProductsArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.QueryRootQuery.ProductsArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.QueryRootQuery.ProductsArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.QueryRootQuery.ProductsArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.QueryRootQuery.ProductsArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.QueryRootQuery.ProductsArguments |
query(java.lang.String value)
Apply one or multiple filters to the query.
|
Storefront.QueryRootQuery.ProductsArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
Storefront.QueryRootQuery.ProductsArguments |
sortKey(Storefront.ProductSortKeys value)
Sort the underlying list by the given key.
|
end, startArgumentpublic Storefront.QueryRootQuery.ProductsArguments first(java.lang.Integer value)
public Storefront.QueryRootQuery.ProductsArguments after(java.lang.String value)
public Storefront.QueryRootQuery.ProductsArguments last(java.lang.Integer value)
public Storefront.QueryRootQuery.ProductsArguments before(java.lang.String value)
public Storefront.QueryRootQuery.ProductsArguments reverse(java.lang.Boolean value)
public Storefront.QueryRootQuery.ProductsArguments sortKey(Storefront.ProductSortKeys value)
public Storefront.QueryRootQuery.ProductsArguments query(java.lang.String value)