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