Package com.anthropic.models
Class MessageBatchListPageAsync
-
- All Implemented Interfaces:
public final class MessageBatchListPageAsyncList all Message Batches within a Workspace. Most recently created batches are returned first.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessageBatchListPageAsync.Responsepublic final classMessageBatchListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final MessageBatchListPageAsync.Responseresponse()final List<MessageBatch>data()final Optional<Boolean>hasMore()final Optional<String>firstId()final Optional<String>lastId()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<MessageBatchListParams>getNextPageParams()final CompletableFuture<Optional<MessageBatchListPageAsync>>getNextPage()final MessageBatchListPageAsync.AutoPagerautoPager()final static MessageBatchListPageAsyncof(BatchServiceAsync batchesService, MessageBatchListParams params, MessageBatchListPageAsync.Response response)-
-
Method Detail
-
response
final MessageBatchListPageAsync.Response response()
-
data
final List<MessageBatch> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<MessageBatchListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<MessageBatchListPageAsync>> getNextPage()
-
autoPager
final MessageBatchListPageAsync.AutoPager autoPager()
-
of
final static MessageBatchListPageAsync of(BatchServiceAsync batchesService, MessageBatchListParams params, MessageBatchListPageAsync.Response response)
-
-
-
-