public class Storefront.ProductQuery.PresentmentPriceRangesArguments
extends Arguments
| Modifier and Type | Method and Description |
|---|---|
Storefront.ProductQuery.PresentmentPriceRangesArguments |
after(java.lang.String value)
Returns the elements that come after the specified cursor.
|
Storefront.ProductQuery.PresentmentPriceRangesArguments |
before(java.lang.String value)
Returns the elements that come before the specified cursor.
|
Storefront.ProductQuery.PresentmentPriceRangesArguments |
first(java.lang.Integer value)
Returns up to the first `n` elements from the list.
|
Storefront.ProductQuery.PresentmentPriceRangesArguments |
last(java.lang.Integer value)
Returns up to the last `n` elements from the list.
|
Storefront.ProductQuery.PresentmentPriceRangesArguments |
presentmentCurrencies(java.util.List<Storefront.CurrencyCode> value)
Specifies the presentment currencies to return a price range in.
|
Storefront.ProductQuery.PresentmentPriceRangesArguments |
reverse(java.lang.Boolean value)
Reverse the order of the underlying list.
|
public Storefront.ProductQuery.PresentmentPriceRangesArguments presentmentCurrencies(java.util.List<Storefront.CurrencyCode> value)
public Storefront.ProductQuery.PresentmentPriceRangesArguments first(java.lang.Integer value)
public Storefront.ProductQuery.PresentmentPriceRangesArguments after(java.lang.String value)
public Storefront.ProductQuery.PresentmentPriceRangesArguments last(java.lang.Integer value)
public Storefront.ProductQuery.PresentmentPriceRangesArguments before(java.lang.String value)
public Storefront.ProductQuery.PresentmentPriceRangesArguments reverse(java.lang.Boolean value)