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