Package | Description |
---|---|
io.sphere.sdk.products |
Provides model classes and builders for products.
|
Modifier and Type | Method and Description |
---|---|
static Suggestion |
Suggestion.of(String text) |
Modifier and Type | Method and Description |
---|---|
List<Suggestion> |
SuggestionResult.getSuggestionsForLocale(Locale locale) |
Map<Locale,List<Suggestion>> |
SuggestionResult.getSuggestionsMap() |
Modifier and Type | Method and Description |
---|---|
static SuggestionResult |
SuggestionResult.of(Map<Locale,List<Suggestion>> suggestions) |