azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Aut...

56 строки
3.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.AutocompleteItem"
fullName: "com.azure.search.models.AutocompleteItem"
name: "AutocompleteItem"
nameWithType: "AutocompleteItem"
summary: "The result of Autocomplete requests."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **AutocompleteItem**"
constructors:
- uid: "com.azure.search.models.AutocompleteItem.AutocompleteItem()"
fullName: "com.azure.search.models.AutocompleteItem.AutocompleteItem()"
name: "AutocompleteItem()"
nameWithType: "AutocompleteItem.AutocompleteItem()"
syntax: "public AutocompleteItem()"
methods:
- uid: "com.azure.search.models.AutocompleteItem.getQueryPlusText()"
fullName: "com.azure.search.models.AutocompleteItem.getQueryPlusText()"
name: "getQueryPlusText()"
nameWithType: "AutocompleteItem.getQueryPlusText()"
summary: "Get the query<wbr>Plus<wbr>Text property: The query along with the completed term."
syntax: "public String getQueryPlusText()"
desc: "Get the queryPlusText property: The query along with the completed term."
returns:
description: "the queryPlusText value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.AutocompleteItem.getText()"
fullName: "com.azure.search.models.AutocompleteItem.getText()"
name: "getText()"
nameWithType: "AutocompleteItem.getText()"
summary: "Get the text property: The completed term."
syntax: "public String getText()"
desc: "Get the text property: The completed term."
returns:
description: "the text value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The result of Autocomplete requests."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1