Class CredentialCreateParams
-
- All Implemented Interfaces:
-
com.anthropic.core.Params
public final class CredentialCreateParams implements Params
Create Credential
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCredentialCreateParams.BuilderA builder for CredentialCreateParams.
public final classCredentialCreateParams.Bodypublic final classCredentialCreateParams.AuthAuthentication details for creating a credential.
public final classCredentialCreateParams.MetadataArbitrary key-value metadata to attach to the credential. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars.
-
Method Summary
Modifier and Type Method Description final Optional<String>vaultId()final Optional<List<AnthropicBeta>>betas()Optional header to specify the beta version(s) you want to use. final CredentialCreateParams.Authauth()Authentication details for creating a credential. final Optional<String>displayName()Human-readable name for the credential. final Optional<CredentialCreateParams.Metadata>metadata()Arbitrary key-value metadata to attach to the credential. final JsonField<CredentialCreateParams.Auth>_auth()Returns the raw JSON value of auth. final JsonField<String>_displayName()Returns the raw JSON value of displayName. final JsonField<CredentialCreateParams.Metadata>_metadata()Returns the raw JSON value of metadata. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final CredentialCreateParams.BuildertoBuilder()final CredentialCreateParams.Body_body()final String_pathParam(Integer index)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 CredentialCreateParams.Builderbuilder()Returns a mutable builder for constructing an instance of CredentialCreateParams. -
-
Method Detail
-
betas
final Optional<List<AnthropicBeta>> betas()
Optional header to specify the beta version(s) you want to use.
-
auth
final CredentialCreateParams.Auth auth()
Authentication details for creating a credential.
-
displayName
final Optional<String> displayName()
Human-readable name for the credential. Up to 255 characters.
-
metadata
final Optional<CredentialCreateParams.Metadata> metadata()
Arbitrary key-value metadata to attach to the credential. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars.
-
_auth
final JsonField<CredentialCreateParams.Auth> _auth()
Returns the raw JSON value of auth.
Unlike auth, this method doesn't throw if the JSON field has an unexpected type.
-
_displayName
final JsonField<String> _displayName()
Returns the raw JSON value of displayName.
Unlike displayName, this method doesn't throw if the JSON field has an unexpected type.
-
_metadata
final JsonField<CredentialCreateParams.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final CredentialCreateParams.Builder toBuilder()
-
_body
final CredentialCreateParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_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.
-
builder
final static CredentialCreateParams.Builder builder()
Returns a mutable builder for constructing an instance of CredentialCreateParams.
The following fields are required:
.auth()
-
-
-
-