static SuggestResultItem.Builder |
SuggestResultItem.builder() |
|
default SuggestResultItem.Builder |
SuggestResultItem.Builder.highlights(Consumer<SuggestHighlights.Builder> highlights) |
Describes how the parts of the response element matched the input query by returning the sections of the
response which matched to input query terms.
|
SuggestResultItem.Builder |
SuggestResultItem.Builder.highlights(SuggestHighlights highlights) |
Describes how the parts of the response element matched the input query by returning the sections of the
response which matched to input query terms.
|
default SuggestResultItem.Builder |
SuggestResultItem.Builder.place(Consumer<SuggestPlaceResult.Builder> place) |
The suggested place by its unique ID.
|
SuggestResultItem.Builder |
SuggestResultItem.Builder.place(SuggestPlaceResult place) |
The suggested place by its unique ID.
|
default SuggestResultItem.Builder |
SuggestResultItem.Builder.query(Consumer<SuggestQueryResult.Builder> query) |
Sets the value of the Query property for this object.
|
SuggestResultItem.Builder |
SuggestResultItem.Builder.query(SuggestQueryResult query) |
Sets the value of the Query property for this object.
|
SuggestResultItem.Builder |
SuggestResultItem.Builder.suggestResultItemType(String suggestResultItemType) |
The result type.
|
SuggestResultItem.Builder |
SuggestResultItem.Builder.suggestResultItemType(SuggestResultItemType suggestResultItemType) |
The result type.
|
SuggestResultItem.Builder |
SuggestResultItem.Builder.title(String title) |
The display title that should be used when presenting this option to the end user.
|
SuggestResultItem.Builder |
SuggestResultItem.toBuilder() |
|