59 строки
7.6 KiB
YAML
59 строки
7.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.search.util.AutocompletePagedIterable"
|
|
fullName: "com.azure.search.util.AutocompletePagedIterable"
|
|
name: "AutocompletePagedIterable"
|
|
nameWithType: "AutocompletePagedIterable"
|
|
summary: "Implementation of <xref uid=\"com.azure.core.http.rest.PagedIterableBase\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterableBase\"></xref> where the element type is <xref uid=\"com.azure.search.models.AutocompleteItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompleteItem\"></xref> and the page type is <xref uid=\"com.azure.search.util.AutocompletePagedResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompletePagedResponse\"></xref>."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.http.rest.PagedIterableBase?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.core.util.IterableStream?alt=com.azure.core.util.IterableStream&text=IterableStream\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.IterableStream.<T>of(java.lang.Iterable<T>)?alt=com.azure.core.util.IterableStream.<T>of&text=<T>of\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream.iterator()?alt=com.azure.core.util.IterableStream.iterator&text=iterator\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.IterableStream.stream()?alt=com.azure.core.util.IterableStream.stream&text=stream\" data-throw-if-not-resolved=\"False\" />"
|
|
- classRef: "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable?alt=com.azure.core.util.paging.ContinuablePagedIterable&text=ContinuablePagedIterable\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable.iterableByPage()?alt=com.azure.core.util.paging.ContinuablePagedIterable.iterableByPage&text=iterableByPage\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable.iterableByPage(C)?alt=com.azure.core.util.paging.ContinuablePagedIterable.iterableByPage&text=iterableByPage\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable.iterableByPage(C,int)?alt=com.azure.core.util.paging.ContinuablePagedIterable.iterableByPage&text=iterableByPage\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable.iterableByPage(int)?alt=com.azure.core.util.paging.ContinuablePagedIterable.iterableByPage&text=iterableByPage\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable.streamByPage()?alt=com.azure.core.util.paging.ContinuablePagedIterable.streamByPage&text=streamByPage\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable.streamByPage(C)?alt=com.azure.core.util.paging.ContinuablePagedIterable.streamByPage&text=streamByPage\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable.streamByPage(C,int)?alt=com.azure.core.util.paging.ContinuablePagedIterable.streamByPage&text=streamByPage\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.core.util.paging.ContinuablePagedIterable.streamByPage(int)?alt=com.azure.core.util.paging.ContinuablePagedIterable.streamByPage&text=streamByPage\" 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 **AutocompletePagedIterable**</br> extends <xref href=\"com.azure.core.http.rest.PagedIterableBase?alt=com.azure.core.http.rest.PagedIterableBase&text=PagedIterableBase\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.search.models.AutocompleteItem?alt=com.azure.search.models.AutocompleteItem&text=AutocompleteItem\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.azure.search.util.AutocompletePagedResponse?alt=com.azure.search.util.AutocompletePagedResponse&text=AutocompletePagedResponse\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.search.util.AutocompletePagedIterable.AutocompletePagedIterable(com.azure.search.util.AutocompletePagedFlux)"
|
|
fullName: "com.azure.search.util.AutocompletePagedIterable.AutocompletePagedIterable(AutocompletePagedFlux pagedFluxBase)"
|
|
name: "AutocompletePagedIterable(AutocompletePagedFlux pagedFluxBase)"
|
|
nameWithType: "AutocompletePagedIterable.AutocompletePagedIterable(AutocompletePagedFlux pagedFluxBase)"
|
|
summary: "Creates instance given <xref uid=\"com.azure.search.util.AutocompletePagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompletePagedIterable\"></xref>."
|
|
parameters:
|
|
- description: "The <xref uid=\"com.azure.search.util.AutocompletePagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompletePagedFlux\"></xref> that will be consumed as an iterable."
|
|
name: "pagedFluxBase"
|
|
type: "<xref href=\"com.azure.search.util.AutocompletePagedFlux?alt=com.azure.search.util.AutocompletePagedFlux&text=AutocompletePagedFlux\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AutocompletePagedIterable(AutocompletePagedFlux pagedFluxBase)"
|
|
desc: "Creates instance given <xref uid=\"com.azure.search.util.AutocompletePagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompletePagedIterable\"></xref>."
|
|
type: "class"
|
|
desc: "Implementation of <xref uid=\"com.azure.core.http.rest.PagedIterableBase\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterableBase\"></xref> where the element type is <xref uid=\"com.azure.search.models.AutocompleteItem\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompleteItem\"></xref> and the page type is <xref uid=\"com.azure.search.util.AutocompletePagedResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AutocompletePagedResponse\"></xref>."
|
|
metadata: {}
|
|
package: "com.azure.search.util"
|
|
artifact: com.azure:azure-search:11.0.0-beta.1
|