Package com.anthropic.models.beta.vaults
Class BetaManagedAgentsDeletedVault
-
- All Implemented Interfaces:
public final class BetaManagedAgentsDeletedVaultConfirmation of a deleted vault.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsDeletedVault.BuilderA builder for BetaManagedAgentsDeletedVault.
public final classBetaManagedAgentsDeletedVault.Type
-
Method Summary
Modifier and Type Method Description final Stringid()Unique identifier of the deleted vault. final BetaManagedAgentsDeletedVault.Typetype()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<BetaManagedAgentsDeletedVault.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsDeletedVault.BuildertoBuilder()final BetaManagedAgentsDeletedVaultvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsDeletedVault.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedVault. -
-
Method Detail
-
type
final BetaManagedAgentsDeletedVault.Type type()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaManagedAgentsDeletedVault.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsDeletedVault.Builder toBuilder()
-
validate
final BetaManagedAgentsDeletedVault validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsDeletedVault.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedVault.
The following fields are required:
.id() .type()
-
-
-
-