Class EnvVarListParams
-
- All Implemented Interfaces:
-
com.braintrustdata.api.core.Params
public final class EnvVarListParams implements Params
List out all env_vars. The env_vars are sorted by creation date, with the most recently-created env_vars coming first
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEnvVarListParams.BuilderA builder for EnvVarListParams.
public final classEnvVarListParams.IdsFilter search results to a particular set of object IDs. To specify a list of IDs, include the query param multiple times
-
Method Summary
Modifier and Type Method Description final Optional<String>envVarName()Name of the env_var to search for final Optional<EnvVarListParams.Ids>ids()Filter search results to a particular set of object IDs. final Optional<Long>limit()Limit the number of objects to return final Optional<String>objectId()The id of the object the environment variable is scoped for final Optional<EnvVarObjectType>objectType()The type of the object the environment variable is scoped for final Headers_additionalHeaders()final QueryParams_additionalQueryParams()final EnvVarListParams.BuildertoBuilder()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static EnvVarListParamsnone()final static EnvVarListParams.Builderbuilder()Returns a mutable builder for constructing an instance of EnvVarListParams. -
-
Method Detail
-
envVarName
final Optional<String> envVarName()
Name of the env_var to search for
-
ids
final Optional<EnvVarListParams.Ids> ids()
Filter search results to a particular set of object IDs. To specify a list of IDs, include the query param multiple times
-
objectId
final Optional<String> objectId()
The id of the object the environment variable is scoped for
-
objectType
final Optional<EnvVarObjectType> objectType()
The type of the object the environment variable is scoped for
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
toBuilder
final EnvVarListParams.Builder toBuilder()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
none
final static EnvVarListParams none()
-
builder
final static EnvVarListParams.Builder builder()
Returns a mutable builder for constructing an instance of EnvVarListParams.
-
-
-
-