Package com.openai.models
Class BatchListPageAsync
-
- All Implemented Interfaces:
public final class BatchListPageAsyncList your organization's batches.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchListPageAsync.Responsepublic final classBatchListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BatchListPageAsync.Responseresponse()final List<Batch>data()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<BatchListParams>getNextPageParams()final CompletableFuture<Optional<BatchListPageAsync>>getNextPage()final BatchListPageAsync.AutoPagerautoPager()final static BatchListPageAsyncof(BatchServiceAsync batchesService, BatchListParams params, BatchListPageAsync.Response response)-
-
Method Detail
-
response
final BatchListPageAsync.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BatchListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BatchListPageAsync>> getNextPage()
-
autoPager
final BatchListPageAsync.AutoPager autoPager()
-
of
final static BatchListPageAsync of(BatchServiceAsync batchesService, BatchListParams params, BatchListPageAsync.Response response)
-
-
-
-