Uses of Class
com.azure.search.documents.util.AutocompletePagedResponse
Packages that use AutocompletePagedResponse
Package
Description
Package containing Azure AI Search paged response classes.
-
Uses of AutocompletePagedResponse in com.azure.search.documents.util
Subclasses with type arguments of type AutocompletePagedResponse in com.azure.search.documents.utilModifier and TypeClassDescriptionfinal classImplementation ofPagedFluxBasewhere the element type isAutocompleteItemand the page type isAutocompletePagedResponse.final classImplementation ofPagedIterableBasewhere the element type isAutocompleteItemand the page type isAutocompletePagedResponse.Constructor parameters in com.azure.search.documents.util with type arguments of type AutocompletePagedResponseModifierConstructorDescriptionAutocompletePagedFlux(Supplier<Mono<AutocompletePagedResponse>> firstPageRetriever) Creates an instance ofAutocompletePagedFluxthat retrieves a single page.AutocompletePagedIterable(Supplier<AutocompletePagedResponse> firstPageRetriever) Creates an instance ofAutocompletePagedIterable.AutocompletePagedIterable(Supplier<AutocompletePagedResponse> firstPageRetriever, Function<String, AutocompletePagedResponse> nextPageRetriever) Creates an instance ofAutocompletePagedIterable.AutocompletePagedIterable(Supplier<AutocompletePagedResponse> firstPageRetriever, Function<String, AutocompletePagedResponse> nextPageRetriever) Creates an instance ofAutocompletePagedIterable.