public class Storefront.QueryRootQuery.LocationsArguments extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.QueryRootQuery.LocationsArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.QueryRootQuery.LocationsArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.QueryRootQuery.LocationsArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.QueryRootQuery.LocationsArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.QueryRootQuery.LocationsArguments |
near(Storefront.GeoCoordinateInput value)
Used to sort results based on proximity to the provided location.
|
Storefront.QueryRootQuery.LocationsArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
Storefront.QueryRootQuery.LocationsArguments |
sortKey(Storefront.LocationSortKeys value)
Sort the underlying list by the given key.
|
end, startArgumentpublic Storefront.QueryRootQuery.LocationsArguments first(java.lang.Integer value)
public Storefront.QueryRootQuery.LocationsArguments after(java.lang.String value)
public Storefront.QueryRootQuery.LocationsArguments last(java.lang.Integer value)
public Storefront.QueryRootQuery.LocationsArguments before(java.lang.String value)
public Storefront.QueryRootQuery.LocationsArguments reverse(java.lang.Boolean value)
public Storefront.QueryRootQuery.LocationsArguments sortKey(Storefront.LocationSortKeys value)
public Storefront.QueryRootQuery.LocationsArguments near(Storefront.GeoCoordinateInput value)