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