Package com.anthropic.models
Class MessageBatchListPage
-
- All Implemented Interfaces:
public final class MessageBatchListPageList 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 classMessageBatchListPage.Responsepublic final classMessageBatchListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final MessageBatchListPage.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 Optional<MessageBatchListPage>getNextPage()final MessageBatchListPage.AutoPagerautoPager()final static MessageBatchListPageof(BatchService batchesService, MessageBatchListParams params, MessageBatchListPage.Response response)-
-
Method Detail
-
response
final MessageBatchListPage.Response response()
-
data
final List<MessageBatch> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<MessageBatchListParams> getNextPageParams()
-
getNextPage
final Optional<MessageBatchListPage> getNextPage()
-
autoPager
final MessageBatchListPage.AutoPager autoPager()
-
of
final static MessageBatchListPage of(BatchService batchesService, MessageBatchListParams params, MessageBatchListPage.Response response)
-
-
-
-