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