Class BetaMemoryTool20250818RenameCommand.Builder
-
- All Implemented Interfaces:
public final class BetaMemoryTool20250818RenameCommand.BuilderA builder for BetaMemoryTool20250818RenameCommand.
-
-
Method Summary
-
-
Method Detail
-
command
final BetaMemoryTool20250818RenameCommand.Builder command(JsonValue command)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("rename")This method is primarily for setting the field to an undocumented or not yet supported value.
-
newPath
final BetaMemoryTool20250818RenameCommand.Builder newPath(String newPath)
New path for the file or directory
-
newPath
final BetaMemoryTool20250818RenameCommand.Builder newPath(JsonField<String> newPath)
Sets Builder.newPath to an arbitrary JSON value.
You should usually call Builder.newPath with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
oldPath
final BetaMemoryTool20250818RenameCommand.Builder oldPath(String oldPath)
Current path of the file or directory
-
oldPath
final BetaMemoryTool20250818RenameCommand.Builder oldPath(JsonField<String> oldPath)
Sets Builder.oldPath to an arbitrary JSON value.
You should usually call Builder.oldPath with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaMemoryTool20250818RenameCommand.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaMemoryTool20250818RenameCommand.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaMemoryTool20250818RenameCommand.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaMemoryTool20250818RenameCommand.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaMemoryTool20250818RenameCommand.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaMemoryTool20250818RenameCommand build()
Returns an immutable instance of BetaMemoryTool20250818RenameCommand.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.newPath() .oldPath()
-
-
-
-