Uses of Class
com.azure.search.documents.util.SearchPagedResponse
Packages that use SearchPagedResponse
Package
Description
Package containing Azure AI Search paged response classes.
-
Uses of SearchPagedResponse in com.azure.search.documents.util
Subclasses with type arguments of type SearchPagedResponse in com.azure.search.documents.utilModifier and TypeClassDescriptionfinal classImplementation ofContinuablePagedFluxwhere the continuation token type isSearchRequest, the element type isSearchResult, and the page type isSearchPagedResponse.final classImplementation ofContinuablePagedIterablewhere the continuation token type isSearchRequest, the element type isSearchResult, and the page type isSearchPagedResponse.Constructor parameters in com.azure.search.documents.util with type arguments of type SearchPagedResponseModifierConstructorDescriptionSearchPagedFlux(Supplier<Mono<SearchPagedResponse>> firstPageRetriever) Creates an instance ofSearchPagedFlux.SearchPagedFlux(Supplier<Mono<SearchPagedResponse>> firstPageRetriever, Function<String, Mono<SearchPagedResponse>> nextPageRetriever) Creates an instance ofSearchPagedFlux.SearchPagedFlux(Supplier<Mono<SearchPagedResponse>> firstPageRetriever, Function<String, Mono<SearchPagedResponse>> nextPageRetriever) Creates an instance ofSearchPagedFlux.SearchPagedIterable(Supplier<SearchPagedResponse> firstPageRetriever) Creates an instance ofSearchPagedIterable.SearchPagedIterable(Supplier<SearchPagedResponse> firstPageRetriever, Function<String, SearchPagedResponse> nextPageRetriever) Creates an instance ofSearchPagedIterable.SearchPagedIterable(Supplier<SearchPagedResponse> firstPageRetriever, Function<String, SearchPagedResponse> nextPageRetriever) Creates an instance ofSearchPagedIterable.