Package com.anthropic.models
Class BetaMessageBatchListPageAsync
-
- All Implemented Interfaces:
public final class BetaMessageBatchListPageAsyncList 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 classBetaMessageBatchListPageAsync.Responsepublic final classBetaMessageBatchListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BetaMessageBatchListPageAsync.Responseresponse()final List<BetaMessageBatch>data()final Optional<Boolean>hasMore()final Optional<String>firstId()final Optional<String>lastId()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<BetaMessageBatchListParams>getNextPageParams()final CompletableFuture<Optional<BetaMessageBatchListPageAsync>>getNextPage()final BetaMessageBatchListPageAsync.AutoPagerautoPager()final static BetaMessageBatchListPageAsyncof(BatchServiceAsync batchesService, BetaMessageBatchListParams params, BetaMessageBatchListPageAsync.Response response)-
-
Method Detail
-
response
final BetaMessageBatchListPageAsync.Response response()
-
data
final List<BetaMessageBatch> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BetaMessageBatchListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BetaMessageBatchListPageAsync>> getNextPage()
-
autoPager
final BetaMessageBatchListPageAsync.AutoPager autoPager()
-
of
final static BetaMessageBatchListPageAsync of(BatchServiceAsync batchesService, BetaMessageBatchListParams params, BetaMessageBatchListPageAsync.Response response)
-
-
-
-