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