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