Package | Description |
---|---|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
Modifier and Type | Method and Description |
---|---|
static SuggestQuery |
SuggestQuery.of(List<LocalizedStringEntry> searchKeywords) |
static SuggestQuery |
SuggestQuery.of(LocalizedStringEntry searchKeyword) |
SuggestQuery |
SuggestQuery.withFuzzy(boolean fuzzy) |
SuggestQuery |
SuggestQuery.withLimit(Integer limit) |
SuggestQuery |
SuggestQuery.withStaged(boolean staged) |