Class CredentialUpdateParams
-
- All Implemented Interfaces:
-
com.anthropic.core.Params
public final class CredentialUpdateParams implements Params
Update Credential
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCredentialUpdateParams.BuilderA builder for CredentialUpdateParams.
public final classCredentialUpdateParams.Bodypublic final classCredentialUpdateParams.AuthUpdated authentication details for a credential.
public final classCredentialUpdateParams.MetadataMetadata patch. Set a key to a string to upsert it, or to null to delete it. Omitted keys are preserved.
-
Method Summary
Modifier and Type Method Description final StringvaultId()final Optional<String>credentialId()final Optional<List<AnthropicBeta>>betas()Optional header to specify the beta version(s) you want to use. final Optional<CredentialUpdateParams.Auth>auth()Updated authentication details for a credential. final Optional<String>displayName()Updated human-readable name for the credential. final Optional<CredentialUpdateParams.Metadata>metadata()Metadata patch. final JsonField<CredentialUpdateParams.Auth>_auth()Returns the raw JSON value of auth. final JsonField<String>_displayName()Returns the raw JSON value of displayName. final JsonField<CredentialUpdateParams.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 CredentialUpdateParams.BuildertoBuilder()final CredentialUpdateParams.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 CredentialUpdateParams.Builderbuilder()Returns a mutable builder for constructing an instance of CredentialUpdateParams. -
-
Method Detail
-
credentialId
final Optional<String> credentialId()
-
betas
final Optional<List<AnthropicBeta>> betas()
Optional header to specify the beta version(s) you want to use.
-
auth
final Optional<CredentialUpdateParams.Auth> auth()
Updated authentication details for a credential.
-
displayName
final Optional<String> displayName()
Updated human-readable name for the credential. 1-255 characters.
-
metadata
final Optional<CredentialUpdateParams.Metadata> metadata()
Metadata patch. Set a key to a string to upsert it, or to null to delete it. Omitted keys are preserved.
-
_auth
final JsonField<CredentialUpdateParams.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<CredentialUpdateParams.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 CredentialUpdateParams.Builder toBuilder()
-
_body
final CredentialUpdateParams.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 CredentialUpdateParams.Builder builder()
Returns a mutable builder for constructing an instance of CredentialUpdateParams.
The following fields are required:
.vaultId()
-
-
-
-