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