Package com.openai.models
Class BatchListPage.Response.Builder
-
- All Implemented Interfaces:
public final class BatchListPage.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description BatchListPage.Response.Builder()
-
Method Summary
Modifier and Type Method Description final BatchListPage.Response.Builder
data(List<Batch> data)
final BatchListPage.Response.Builder
data(JsonField<List<Batch>> data)
final BatchListPage.Response.Builder
putAdditionalProperty(String key, JsonValue value)
final BatchListPage.Response
build()
-
-
Method Detail
-
data
final BatchListPage.Response.Builder data(List<Batch> data)
-
data
final BatchListPage.Response.Builder data(JsonField<List<Batch>> data)
-
putAdditionalProperty
final BatchListPage.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final BatchListPage.Response build()
-
-
-
-