public final class AutocompleteItem extends Object
| Constructor and Description |
|---|
AutocompleteItem(String text,
String queryPlusText)
Constructor of
AutocompleteItem. |
| Modifier and Type | Method and Description |
|---|---|
String |
getQueryPlusText()
Get the queryPlusText property: The query along with the completed term.
|
String |
getText()
Get the text property: The completed term.
|
public AutocompleteItem(String text, String queryPlusText)
AutocompleteItem.text - The completed term.queryPlusText - The query along with the completed term.Copyright © 2020 Microsoft Corporation. All rights reserved.