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