Package com.openai.models
Class BatchListPage
-
- All Implemented Interfaces:
public final class BatchListPage
List your organization's batches.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BatchListPage.Response
public final class
BatchListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final BatchListPage.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 Optional<BatchListPage>
getNextPage()
final BatchListPage.AutoPager
autoPager()
final static BatchListPage
of(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)
-
-
-
-