public static class SuggestListItem.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SuggestListItem |
build() |
SuggestListItem.Builder |
copy(SuggestListItem model) |
SuggestListItem.Builder |
objectCount(Integer objectCount)
The number of objects which contain this suggestion.
|
SuggestListItem.Builder |
suggestion(String suggestion)
Potential string match.
|
public SuggestListItem.Builder suggestion(String suggestion)
Potential string match. Matching is based on the frequency of usage within the catalog.
suggestion
- the value to setpublic SuggestListItem.Builder objectCount(Integer objectCount)
The number of objects which contain this suggestion.
objectCount
- the value to setpublic SuggestListItem build()
public SuggestListItem.Builder copy(SuggestListItem model)
Copyright © 2016–2024. All rights reserved.