Class BetaMemoryTool20250818DeleteCommand
-
- All Implemented Interfaces:
public final class BetaMemoryTool20250818DeleteCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaMemoryTool20250818DeleteCommand.BuilderA builder for BetaMemoryTool20250818DeleteCommand.
-
Method Summary
Modifier and Type Method Description final JsonValue_command()Command type identifierExpected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("delete")final Stringpath()Path to the file or directory to delete final JsonField<String>_path()Returns the raw JSON value of path. final Map<String, JsonValue>_additionalProperties()final BetaMemoryTool20250818DeleteCommand.BuildertoBuilder()final BetaMemoryTool20250818DeleteCommandvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaMemoryTool20250818DeleteCommand.Builderbuilder()Returns a mutable builder for constructing an instance of BetaMemoryTool20250818DeleteCommand. -
-
Method Detail
-
_command
final JsonValue _command()
Command type identifier
Expected to always return the following:
JsonValue.from("delete")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_path
final JsonField<String> _path()
Returns the raw JSON value of path.
Unlike path, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaMemoryTool20250818DeleteCommand.Builder toBuilder()
-
validate
final BetaMemoryTool20250818DeleteCommand validate()
-
builder
final static BetaMemoryTool20250818DeleteCommand.Builder builder()
Returns a mutable builder for constructing an instance of BetaMemoryTool20250818DeleteCommand.
The following fields are required:
.path()
-
-
-
-