| Package | Description |
|---|---|
| io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
| io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
| Modifier and Type | Method and Description |
|---|---|
ProductProjectionQuery |
ProductProjectionQuery.withPriceSelection(PriceSelection priceSelection)
Uses the cart price selection logic to retrieve the prices for product variants.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PriceSelectionDsl |
| Modifier and Type | Method and Description |
|---|---|
static PriceSelection |
PriceSelectionQueryParameters.extractPriceSelectionFromHttpQueryParameters(List<NameValuePair> additionalHttpQueryParameters) |
PriceSelection |
ProductProjectionSearch.getPriceSelection() |
PriceSelection |
PriceSelectionRequestDsl.getPriceSelection() |
| Modifier and Type | Method and Description |
|---|---|
static List<NameValuePair> |
PriceSelectionQueryParameters.getQueryParametersWithPriceSelection(PriceSelection priceSelection,
List<NameValuePair> currentParameters)
SDK internal method to to add price selection query parameters to the additional query parameters list.
|
static PriceSelectionBuilder |
PriceSelectionBuilder.of(PriceSelection template) |
ProductProjectionSearch |
ProductProjectionSearch.withPriceSelection(PriceSelection priceSelection)
Uses the cart price selection logic to retrieve the prices for product variants.
|
T |
PriceSelectionRequestDsl.withPriceSelection(PriceSelection priceSelection) |