Uses of Class
global.maplink.geocode.schema.suggestions.Suggestion
-
Packages that use Suggestion Package Description global.maplink.geocode.schema.suggestions -
-
Uses of Suggestion in global.maplink.geocode.schema.suggestions
Methods in global.maplink.geocode.schema.suggestions that return Suggestion Modifier and Type Method Description SuggestionSuggestion.SuggestionBuilder. build()SuggestionSuggestionsResult. getMostRelevant()Methods in global.maplink.geocode.schema.suggestions that return types with arguments of type Suggestion Modifier and Type Method Description Optional<Suggestion>SuggestionsResult. getById(String id)List<Suggestion>SuggestionsResult. getResults()Iterator<Suggestion>SuggestionsResult. iterator()Stream<Suggestion>SuggestionsResult. parallelStream()Stream<Suggestion>SuggestionsResult. stream()Methods in global.maplink.geocode.schema.suggestions with parameters of type Suggestion Modifier and Type Method Description intSuggestion. compareTo(Suggestion o)SuggestionsResult.SuggestionsResultBuilderSuggestionsResult.SuggestionsResultBuilder. result(Suggestion result)Method parameters in global.maplink.geocode.schema.suggestions with type arguments of type Suggestion Modifier and Type Method Description SuggestionsResult.SuggestionsResultBuilderSuggestionsResult.SuggestionsResultBuilder. results(Collection<? extends Suggestion> results)Constructor parameters in global.maplink.geocode.schema.suggestions with type arguments of type Suggestion Constructor Description SuggestionsResult(int found, List<Suggestion> results)
-