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