Package com.openai.models
Class BatchListPage
-
- All Implemented Interfaces:
public final class BatchListPageList your organization's batches.
-
-
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<Batch>data()final Optional<Boolean>hasMore()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()
-
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)
-
-
-
-