Class BetaMemoryTool20250818CreateCommand.Builder
-
- All Implemented Interfaces:
public final class BetaMemoryTool20250818CreateCommand.BuilderA builder for BetaMemoryTool20250818CreateCommand.
-
-
Method Summary
-
-
Method Detail
-
command
final BetaMemoryTool20250818CreateCommand.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("create")This method is primarily for setting the field to an undocumented or not yet supported value.
-
fileText
final BetaMemoryTool20250818CreateCommand.Builder fileText(String fileText)
Content to write to the file
-
fileText
final BetaMemoryTool20250818CreateCommand.Builder fileText(JsonField<String> fileText)
Sets Builder.fileText to an arbitrary JSON value.
You should usually call Builder.fileText with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
path
final BetaMemoryTool20250818CreateCommand.Builder path(String path)
Path where the file should be created
-
path
final BetaMemoryTool20250818CreateCommand.Builder path(JsonField<String> path)
Sets Builder.path to an arbitrary JSON value.
You should usually call Builder.path 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 BetaMemoryTool20250818CreateCommand.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaMemoryTool20250818CreateCommand.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaMemoryTool20250818CreateCommand.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaMemoryTool20250818CreateCommand.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaMemoryTool20250818CreateCommand.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaMemoryTool20250818CreateCommand build()
Returns an immutable instance of BetaMemoryTool20250818CreateCommand.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.fileText() .path()
-
-
-
-