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