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