Package com.braintrustdata.api.models
Class ProjectListPageAsync.Response.Builder
-
- All Implemented Interfaces:
public final class ProjectListPageAsync.Response.Builder
-
-
Constructor Summary
Constructors Constructor Description ProjectListPageAsync.Response.Builder()
-
Method Summary
Modifier and Type Method Description final ProjectListPageAsync.Response.Builderobjects(List<Project> objects)final ProjectListPageAsync.Response.Builderobjects(JsonField<List<Project>> objects)final ProjectListPageAsync.Response.BuilderputAdditionalProperty(String key, JsonValue value)final ProjectListPageAsync.Responsebuild()Returns an immutable instance of Response. -
-
Method Detail
-
objects
final ProjectListPageAsync.Response.Builder objects(List<Project> objects)
-
objects
final ProjectListPageAsync.Response.Builder objects(JsonField<List<Project>> objects)
-
putAdditionalProperty
final ProjectListPageAsync.Response.Builder putAdditionalProperty(String key, JsonValue value)
-
build
final ProjectListPageAsync.Response build()
Returns an immutable instance of Response.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-