public final class SuggestionResult
extends java.lang.Object
Constructor and Description |
---|
SuggestionResult(java.util.List<java.lang.String> suggestions,
java.util.List<java.lang.String> spellCheckSuggestions,
java.util.List<PredicateSuggestion> predicateSuggestions)
Creates new
SuggestionResult instance |
Modifier and Type | Method and Description |
---|---|
java.util.List<PredicateSuggestion> |
getPredicateSuggestions()
This function returns
List of PredicateSuggestions
for the module. |
java.util.List<java.lang.String> |
getSpellcheckSuggestions()
this function returns the spell check suggestions for the search term
for the module.
|
java.util.List<java.lang.String> |
getSuggestions()
This function returns the list of suggestions for search term
for the module.
|
public SuggestionResult(java.util.List<java.lang.String> suggestions, java.util.List<java.lang.String> spellCheckSuggestions, java.util.List<PredicateSuggestion> predicateSuggestions)
SuggestionResult
instancesuggestions
- List of suggestionsspellCheckSuggestions
- List of spellcheck suggestionspredicateSuggestions
- List of PredicateSuggestion
public java.util.List<PredicateSuggestion> getPredicateSuggestions()
List
of PredicateSuggestions
for the module.public java.util.List<java.lang.String> getSuggestions()
public java.util.List<java.lang.String> getSpellcheckSuggestions()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"