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