Package com.braintrustdata.api.models
Class AiSecretListPageResponse
-
- All Implemented Interfaces:
public final class AiSecretListPageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAiSecretListPageResponse.BuilderA builder for AiSecretListPageResponse.
-
Method Summary
Modifier and Type Method Description final List<AISecret>objects()A list of ai_secret objects final JsonField<List<AISecret>>_objects()Returns the raw JSON value of objects. final Map<String, JsonValue>_additionalProperties()final AiSecretListPageResponse.BuildertoBuilder()final AiSecretListPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AiSecretListPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of AiSecretListPageResponse. -
-
Method Detail
-
_objects
final JsonField<List<AISecret>> _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 AiSecretListPageResponse.Builder toBuilder()
-
validate
final AiSecretListPageResponse validate()
-
builder
final static AiSecretListPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of AiSecretListPageResponse.
The following fields are required:
.objects()
-
-
-
-