Package com.braintrustdata.api.models
Class AiSecretListPage.Response
-
- All Implemented Interfaces:
public final class AiSecretListPage.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAiSecretListPage.Response.Builder
-
Method Summary
Modifier and Type Method Description final List<AISecret>objects()final Optional<JsonField<List<AISecret>>>_objects()final Map<String, JsonValue>_additionalProperties()final AiSecretListPage.Responsevalidate()final AiSecretListPage.Response.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AiSecretListPage.Response.Builderbuilder()Returns a mutable builder for constructing an instance of AiSecretListPage. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final AiSecretListPage.Response validate()
-
toBuilder
final AiSecretListPage.Response.Builder toBuilder()
-
builder
final static AiSecretListPage.Response.Builder builder()
Returns a mutable builder for constructing an instance of AiSecretListPage.
-
-
-
-