Package com.braintrustdata.api.models
Class ApiKeyListPageResponse
-
- All Implemented Interfaces:
public final class ApiKeyListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classApiKeyListPageResponse.BuilderA builder for ApiKeyListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<ApiKey>objects()A list of api_key objects final JsonField<List<ApiKey>>_objects()Returns the raw JSON value of objects. final Map<String, JsonValue>_additionalProperties()final ApiKeyListPageResponse.BuildertoBuilder()final ApiKeyListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ApiKeyListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ApiKeyListPageResponse. -
-
Method Detail
-
_objects
final JsonField<List<ApiKey>> _objects()
Returns the raw JSON value of objects.
Unlike objects, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ApiKeyListPageResponse.Builder toBuilder()
-
validate
final ApiKeyListPageResponse validate()
-
builder
final static ApiKeyListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of ApiKeyListPageResponse.
The following fields are required:
.objects()
-
-
-
-