public final class AutocompletePagedResponse extends com.azure.core.http.rest.PagedResponseBase<Void,AutocompleteItem>
AutocompleteItems returned from the service.| Constructor and Description |
|---|
AutocompletePagedResponse(com.azure.core.http.rest.SimpleResponse<AutocompleteResult> autocompleteResponse)
Creates an
AutocompletePagedResponse from the returned Response. |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCoverage()
The percentage of the index covered in the autocomplete request.
|
close, getContinuationToken, getDeserializedHeaders, getElements, getHeaders, getRequest, getStatusCodepublic AutocompletePagedResponse(com.azure.core.http.rest.SimpleResponse<AutocompleteResult> autocompleteResponse)
AutocompletePagedResponse from the returned Response.autocompleteResponse - Autocomplete response returned from the service.public Double getCoverage()
If minimumCoverage wasn't supplied in the request this will be null.
minimumCoverage was set in the
request, otherwise null.Copyright © 2020 Microsoft Corporation. All rights reserved.