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.
|
io.sphere.sdk.selection |
Modifier and Type | Method and Description |
---|---|
ProductProjectionQuery |
ProductProjectionQuery.plusLocaleSelection(LocaleSelection localeSelection) |
ProductProjectionQuery |
ProductProjectionQuery.withLocaleSelection(LocaleSelection localeSelection) |
Modifier and Type | Method and Description |
---|---|
ProductProjectionSearch |
ProductProjectionSearch.plusLocaleSelection(LocaleSelection localeSelection) |
ProductProjectionSearch |
ProductProjectionSearch.withLocaleSelection(LocaleSelection localeSelection) |
Modifier and Type | Class and Description |
---|---|
class |
LocaleSelectionDsl |
Modifier and Type | Method and Description |
---|---|
static LocaleSelection |
LocaleSelectionQueryParameters.extractLocaleSelectionFromHttpQueryParameters(List<NameValuePair> additionalHttpQueryParameters) |
LocaleSelection |
LocaleSelectionRequestDsl.getLocaleSelection() |
Modifier and Type | Method and Description |
---|---|
static List<NameValuePair> |
LocaleSelectionQueryParameters.getQueryParametersPlusLocaleSelection(LocaleSelection localeSelection,
List<NameValuePair> currentParameters) |
static List<NameValuePair> |
LocaleSelectionQueryParameters.getQueryParametersWithLocaleSelection(LocaleSelection localeSelection,
List<NameValuePair> currentParameters) |
T |
LocaleSelectionRequestDsl.withLocaleSelection(LocaleSelection localeSelection) |