Uses of Class
org.gbif.api.model.common.search.SpellCheckResponse.Suggestion
-
Packages that use SpellCheckResponse.Suggestion Package Description org.gbif.api.model.common.search -
-
Uses of SpellCheckResponse.Suggestion in org.gbif.api.model.common.search
Methods in org.gbif.api.model.common.search that return SpellCheckResponse.Suggestion Modifier and Type Method Description SpellCheckResponse.Suggestion
SpellCheckResponse. getSuggestion(String token)
Methods in org.gbif.api.model.common.search that return types with arguments of type SpellCheckResponse.Suggestion Modifier and Type Method Description Map<String,SpellCheckResponse.Suggestion>
SpellCheckResponse. getSuggestions()
Method parameters in org.gbif.api.model.common.search with type arguments of type SpellCheckResponse.Suggestion Modifier and Type Method Description void
SpellCheckResponse. setSuggestions(Map<String,SpellCheckResponse.Suggestion> suggestions)
Sets the suggestion map.
-