Class BetaManagedAgentsDeletedMemory
-
- All Implemented Interfaces:
public final class BetaManagedAgentsDeletedMemoryTombstone returned by /en/api/beta/memory_stores/memories/delete. The memory's version history persists and remains listable via /en/api/beta/memory_stores/memory_versions/list until the store itself is deleted.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsDeletedMemory.BuilderA builder for BetaManagedAgentsDeletedMemory.
public final classBetaManagedAgentsDeletedMemory.Type
-
Method Summary
Modifier and Type Method Description final Stringid()ID of the deleted memory (a mem_...value).final BetaManagedAgentsDeletedMemory.Typetype()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<BetaManagedAgentsDeletedMemory.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsDeletedMemory.BuildertoBuilder()final BetaManagedAgentsDeletedMemoryvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsDeletedMemory.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedMemory. -
-
Method Detail
-
type
final BetaManagedAgentsDeletedMemory.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<BetaManagedAgentsDeletedMemory.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 BetaManagedAgentsDeletedMemory.Builder toBuilder()
-
validate
final BetaManagedAgentsDeletedMemory 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 BetaManagedAgentsDeletedMemory.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsDeletedMemory.
The following fields are required:
.id() .type()
-
-
-
-