Package com.openai.models
Class BatchListPageAsync
-
- All Implemented Interfaces:
public final class BatchListPageAsync
List your organization's batches.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BatchListPageAsync.Response
public final class
BatchListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BatchListPageAsync.Response
response()
final List<Batch>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<BatchListParams>
getNextPageParams()
final CompletableFuture<Optional<BatchListPageAsync>>
getNextPage()
final BatchListPageAsync.AutoPager
autoPager()
final static BatchListPageAsync
of(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)
-
-
-
-