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.Builderdata(List<Batch> data)final BatchListPage.Response.Builderdata(JsonField<List<Batch>> data)final BatchListPage.Response.BuilderhasMore(Boolean hasMore)final BatchListPage.Response.BuilderhasMore(JsonField<Boolean> hasMore)final BatchListPage.Response.BuilderputAdditionalProperty(String key, JsonValue value)final BatchListPage.Responsebuild()-
-
Method Detail
-
data
final BatchListPage.Response.Builder data(List<Batch> data)
-
data
final BatchListPage.Response.Builder data(JsonField<List<Batch>> data)
-
hasMore
final BatchListPage.Response.Builder hasMore(Boolean hasMore)
-
hasMore
final BatchListPage.Response.Builder hasMore(JsonField<Boolean> hasMore)
-
putAdditionalProperty
final BatchListPage.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final BatchListPage.Response build()
-
-
-
-