| Package | Description |
|---|---|
| io.sphere.sdk.products |
Provides model classes and builders for products.
|
| io.sphere.sdk.products.commands.updateactions |
Provides the possible operations which can be performed on update commands for products.
|
| io.sphere.sdk.search |
Provides types to perform searches.
|
| Modifier and Type | Method and Description |
|---|---|
SearchKeywords |
ProductProjection.getSearchKeywords() |
SearchKeywords |
ProductData.getSearchKeywords() |
SearchKeywords |
ProductDraft.getSearchKeywords() |
SearchKeywords |
ProductDraftDsl.getSearchKeywords() |
| Modifier and Type | Method and Description |
|---|---|
ProductDraftDsl |
ProductDraftDsl.withSearchKeywords(SearchKeywords searchKeywords) |
| Modifier and Type | Method and Description |
|---|---|
SearchKeywords |
SetSearchKeywords.getSearchKeywords() |
| Modifier and Type | Method and Description |
|---|---|
static SetSearchKeywords |
SetSearchKeywords.of(SearchKeywords searchKeywords) |
static SetSearchKeywords |
SetSearchKeywords.of(SearchKeywords searchKeywords,
Boolean staged) |
| Modifier and Type | Method and Description |
|---|---|
static SearchKeywords |
SearchKeywords.of() |
static SearchKeywords |
SearchKeywords.of(Locale locale,
List<SearchKeyword> keywords) |
static SearchKeywords |
SearchKeywords.of(Locale locale1,
List<SearchKeyword> keywords1,
Locale locale2,
List<SearchKeyword> keywords2) |
static SearchKeywords |
SearchKeywords.of(Map<Locale,List<SearchKeyword>> content) |