Class BatchListPage
-
- All Implemented Interfaces:
public final class BatchListPageList all Message Batches within a Workspace. Most recently created batches are returned first.
Learn more about the Message Batches API in our /en/docs/build-with-claude/batch-processing
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchListPage.Responsepublic final classBatchListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final BatchListPage.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<BatchListParams>getNextPageParams()final Optional<BatchListPage>getNextPage()final BatchListPage.AutoPagerautoPager()final static BatchListPageof(BatchService batchesService, BatchListParams params, BatchListPage.Response response)-
-
Method Detail
-
response
final BatchListPage.Response response()
-
data
final List<MessageBatch> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BatchListParams> getNextPageParams()
-
getNextPage
final Optional<BatchListPage> getNextPage()
-
autoPager
final BatchListPage.AutoPager autoPager()
-
of
final static BatchListPage of(BatchService batchesService, BatchListParams params, BatchListPage.Response response)
-
-
-
-