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