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