Package com.anthropic.models.messages
Class MemoryTool20250818.InputExample
-
- All Implemented Interfaces:
public final class MemoryTool20250818.InputExample
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemoryTool20250818.InputExample.BuilderA builder for InputExample.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final MemoryTool20250818.InputExample.BuildertoBuilder()final MemoryTool20250818.InputExamplevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MemoryTool20250818.InputExample.Builderbuilder()Returns a mutable builder for constructing an instance of InputExample. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MemoryTool20250818.InputExample.Builder toBuilder()
-
validate
final MemoryTool20250818.InputExample 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 MemoryTool20250818.InputExample.Builder builder()
Returns a mutable builder for constructing an instance of InputExample.
-
-
-
-