Class BetaMemoryTool20250818ViewCommand.Builder
-
- All Implemented Interfaces:
public final class BetaMemoryTool20250818ViewCommand.BuilderA builder for BetaMemoryTool20250818ViewCommand.
-
-
Method Summary
-
-
Method Detail
-
command
final BetaMemoryTool20250818ViewCommand.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("view")This method is primarily for setting the field to an undocumented or not yet supported value.
-
path
final BetaMemoryTool20250818ViewCommand.Builder path(String path)
Path to directory or file to view
-
path
final BetaMemoryTool20250818ViewCommand.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.
-
viewRange
final BetaMemoryTool20250818ViewCommand.Builder viewRange(List<Long> viewRange)
Optional line range for viewing specific lines
-
viewRange
final BetaMemoryTool20250818ViewCommand.Builder viewRange(JsonField<List<Long>> viewRange)
Sets Builder.viewRange to an arbitrary JSON value.
You should usually call Builder.viewRange with a well-typed
List<Long>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addViewRange
final BetaMemoryTool20250818ViewCommand.Builder addViewRange(Long viewRange)
Adds a single Long to Builder.viewRange.
-
additionalProperties
final BetaMemoryTool20250818ViewCommand.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaMemoryTool20250818ViewCommand.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaMemoryTool20250818ViewCommand.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaMemoryTool20250818ViewCommand.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaMemoryTool20250818ViewCommand.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaMemoryTool20250818ViewCommand build()
Returns an immutable instance of BetaMemoryTool20250818ViewCommand.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.path()
-
-
-
-