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