Package com.anthropic.models.beta.agents
Class BetaManagedAgentsAgentToolset20260401WriteInput
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401WriteInputInput payload for the
writetool. Writes (overwriting) the entire file contents.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsAgentToolset20260401WriteInput.BuilderA builder for BetaManagedAgentsAgentToolset20260401WriteInput.
-
Method Summary
Modifier and Type Method Description final Stringcontent()Full file contents to write. final StringfilePath()Path of the file to write. final JsonField<String>_content()Returns the raw JSON value of content. final JsonField<String>_filePath()Returns the raw JSON value of filePath. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsAgentToolset20260401WriteInput.BuildertoBuilder()final BetaManagedAgentsAgentToolset20260401WriteInputvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsAgentToolset20260401WriteInput.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401WriteInput. -
-
Method Detail
-
_content
final JsonField<String> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_filePath
final JsonField<String> _filePath()
Returns the raw JSON value of filePath.
Unlike filePath, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder toBuilder()
-
validate
final BetaManagedAgentsAgentToolset20260401WriteInput 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 BetaManagedAgentsAgentToolset20260401WriteInput.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsAgentToolset20260401WriteInput.
The following fields are required:
.content() .filePath()
-
-
-
-