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