Package com.azure.ai.textanalytics.util
Class AnalyzeHealthcareEntitiesPagedIterable
java.lang.Object
com.azure.core.util.IterableStream<T>
com.azure.core.util.paging.ContinuablePagedIterable<String,AnalyzeHealthcareEntitiesResultCollection,com.azure.core.http.rest.PagedResponse<AnalyzeHealthcareEntitiesResultCollection>>
com.azure.ai.textanalytics.util.AnalyzeHealthcareEntitiesPagedIterable
- All Implemented Interfaces:
Iterable<AnalyzeHealthcareEntitiesResultCollection>
public final class AnalyzeHealthcareEntitiesPagedIterable
extends com.azure.core.util.paging.ContinuablePagedIterable<String,AnalyzeHealthcareEntitiesResultCollection,com.azure.core.http.rest.PagedResponse<AnalyzeHealthcareEntitiesResultCollection>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.azure.core.util.paging.ContinuablePagedIterable
iterableByPage, iterableByPage, iterableByPage, iterableByPage, iterator, stream, streamByPage, streamByPage, streamByPage, streamByPageMethods inherited from class com.azure.core.util.IterableStream
ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AnalyzeHealthcareEntitiesPagedIterable
Creates instance givenAnalyzeHealthcareEntitiesPagedIterable.- Parameters:
pagedFlux- It used as iterable.
-