Package com.braintrustdata.api.models
Class AiSecretListPageAsync.Response
-
- All Implemented Interfaces:
public final class AiSecretListPageAsync.Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAiSecretListPageAsync.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 AiSecretListPageAsync.Responsevalidate()final AiSecretListPageAsync.Response.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AiSecretListPageAsync.Response.Builderbuilder()Returns a mutable builder for constructing an instance of AiSecretListPageAsync. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final AiSecretListPageAsync.Response validate()
-
toBuilder
final AiSecretListPageAsync.Response.Builder toBuilder()
-
builder
final static AiSecretListPageAsync.Response.Builder builder()
Returns a mutable builder for constructing an instance of AiSecretListPageAsync.
-
-
-
-