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