azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.util.Autoc...

62 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.util.AutocompletePagedResponse"
fullName: "com.azure.search.util.AutocompletePagedResponse"
name: "AutocompletePagedResponse"
nameWithType: "AutocompletePagedResponse"
summary: "This class represents a response from the autocomplete API."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.PagedResponseBase?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.http.rest.PagedResponseBase?alt=com.azure.core.http.rest.PagedResponseBase&text=PagedResponseBase\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.http.rest.PagedResponseBase.close()?alt=com.azure.core.http.rest.PagedResponseBase.close&text=close\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.PagedResponseBase.getContinuationToken()?alt=com.azure.core.http.rest.PagedResponseBase.getContinuationToken&text=getContinuationToken\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.PagedResponseBase.getDeserializedHeaders()?alt=com.azure.core.http.rest.PagedResponseBase.getDeserializedHeaders&text=getDeserializedHeaders\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.PagedResponseBase.getElements()?alt=com.azure.core.http.rest.PagedResponseBase.getElements&text=getElements\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.PagedResponseBase.getHeaders()?alt=com.azure.core.http.rest.PagedResponseBase.getHeaders&text=getHeaders\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.PagedResponseBase.getRequest()?alt=com.azure.core.http.rest.PagedResponseBase.getRequest&text=getRequest\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.http.rest.PagedResponseBase.getStatusCode()?alt=com.azure.core.http.rest.PagedResponseBase.getStatusCode&text=getStatusCode\" data-throw-if-not-resolved=\"False\" />"
- 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 **AutocompletePagedResponse**</br> extends <xref href=\"com.azure.core.http.rest.PagedResponseBase?alt=com.azure.core.http.rest.PagedResponseBase&text=PagedResponseBase\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>,<xref href=\"com.azure.search.models.AutocompleteItem?alt=com.azure.search.models.AutocompleteItem&text=AutocompleteItem\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.search.util.AutocompletePagedResponse.AutocompletePagedResponse(com.azure.core.http.rest.SimpleResponse<com.azure.search.models.AutocompleteResult>)"
fullName: "com.azure.search.util.AutocompletePagedResponse.AutocompletePagedResponse(SimpleResponse<AutocompleteResult> autocompleteResponse)"
name: "AutocompletePagedResponse(SimpleResponse<AutocompleteResult> autocompleteResponse)"
nameWithType: "AutocompletePagedResponse.AutocompletePagedResponse(SimpleResponse<AutocompleteResult> autocompleteResponse)"
summary: "Creates an <xref uid=\"com.azure.search.util.AutocompletePagedResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompletePagedResponse\"></xref> from the returned <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
parameters:
- description: "Autocomplete response returned from the service."
name: "autocompleteResponse"
type: "<xref href=\"com.azure.core.http.rest.SimpleResponse?alt=com.azure.core.http.rest.SimpleResponse&text=SimpleResponse\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.search.models.AutocompleteResult?alt=com.azure.search.models.AutocompleteResult&text=AutocompleteResult\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AutocompletePagedResponse(SimpleResponse<AutocompleteResult> autocompleteResponse)"
desc: "Creates an <xref uid=\"com.azure.search.util.AutocompletePagedResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompletePagedResponse\"></xref> from the returned <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
methods:
- uid: "com.azure.search.util.AutocompletePagedResponse.getCoverage()"
fullName: "com.azure.search.util.AutocompletePagedResponse.getCoverage()"
name: "getCoverage()"
nameWithType: "AutocompletePagedResponse.getCoverage()"
summary: "The percentage of the index covered in the autocomplete request."
syntax: "public Double getCoverage()"
desc: "The percentage of the index covered in the autocomplete request.\n\nIf `minimumCoverage` wasn't supplied in the request this will be `null`."
returns:
description: "The percentage of the index covered in the suggest request if <code>minimumCoverage</code> was set in the\n request, otherwise <code>null</code>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
type: "class"
desc: "This class represents a response from the autocomplete API. It contains the <xref uid=\"com.azure.search.models.AutocompleteItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompleteItems\"></xref> returned from the service."
metadata: {}
package: "com.azure.search.util"
artifact: com.azure:azure-search:11.0.0-beta.1