public class AutoSuggestQuery extends AutoSuggest
AutoSuggest
with suggested completion of the given string
Note: List of AutoSuggest
can be retrieved by call to the
getRequest()
method.
AutoSuggest.Type
m_pimpl
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQueryCompletion() |
TextAutoSuggestionRequest |
getRequest()
Gets the request to perform a auto suggested search.
|
java.lang.String |
toString() |
equals, getHighlightedTitle, getTitle, getType, getUrl, hashCode
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getQueryCompletion()
public TextAutoSuggestionRequest getRequest()
TextAutoSuggestionRequest
to retrieve the
AutoSuggest