Package com.anthropic.models
Class MessageBatchListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class MessageBatchListPage.AutoPager implements Iterable<MessageBatch>
-
-
Constructor Summary
Constructors Constructor Description MessageBatchListPage.AutoPager(MessageBatchListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<MessageBatch>iterator()final Stream<MessageBatch>stream()-
-
Constructor Detail
-
MessageBatchListPage.AutoPager
MessageBatchListPage.AutoPager(MessageBatchListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<MessageBatch> iterator()
-
stream
final Stream<MessageBatch> stream()
-
-
-
-