Class BetaManagedAgentsDeletedMemoryStore
-
- All Implemented Interfaces:
public final class BetaManagedAgentsDeletedMemoryStoreConfirmation that a
memory_storewas deleted.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsDeletedMemoryStore.BuilderA builder for BetaManagedAgentsDeletedMemoryStore.
public final classBetaManagedAgentsDeletedMemoryStore.Type
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the deleted memory store (a memstore_...identifier).final BetaManagedAgentsDeletedMemoryStore.Typetype()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<BetaManagedAgentsDeletedMemoryStore.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsDeletedMemoryStore.BuildertoBuilder()final BetaManagedAgentsDeletedMemoryStorevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsDeletedMemoryStore.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedMemoryStore. -
-
Method Detail
-
id
final String id()
ID of the deleted memory store (a
memstore_...identifier). The store and all its memories and versions are no longer retrievable.
-
type
final BetaManagedAgentsDeletedMemoryStore.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<BetaManagedAgentsDeletedMemoryStore.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 BetaManagedAgentsDeletedMemoryStore.Builder toBuilder()
-
validate
final BetaManagedAgentsDeletedMemoryStore 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 BetaManagedAgentsDeletedMemoryStore.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedMemoryStore.
The following fields are required:
.id() .type()
-
-
-
-