Package | Description |
---|---|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
Modifier and Type | Method and Description |
---|---|
PriceSelectionDsl |
PriceSelectionBuilder.build() |
static PriceSelectionDsl |
PriceSelectionDsl.of(javax.money.CurrencyUnit currencyUnit) |
static PriceSelectionDsl |
PriceSelection.of(javax.money.CurrencyUnit currencyUnit) |
static PriceSelectionDsl |
PriceSelectionDsl.ofCurrencyCode(String currencyCode) |
static PriceSelectionDsl |
PriceSelection.ofCurrencyCode(String currencyCode) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceChannel(Referenceable<Channel> priceChannel) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceChannelId(String priceChannelId) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceCountry(com.neovisionaries.i18n.CountryCode priceCountry) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceCountryCode(String priceCountryCode) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceCurrency(javax.money.CurrencyUnit currencyUnit) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceCurrencyCode(String priceCurrencyCode) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceCustomerGroup(Referenceable<CustomerGroup> priceCustomerGroup) |
PriceSelectionDsl |
PriceSelectionDsl.withPriceCustomerGroupId(String priceCustomerGroupId) |