Package com.anthropic.models
Class TextDelta
-
- All Implemented Interfaces:
public final class TextDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTextDelta.BuilderA builder for TextDelta.
public final classTextDelta.Type
-
Method Summary
Modifier and Type Method Description final Stringtext()final TextDelta.Typetype()final JsonField<String>_text()final JsonField<TextDelta.Type>_type()final Map<String, JsonValue>_additionalProperties()final TextDeltavalidate()final TextDelta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TextDelta.Builderbuilder()-
-
Method Detail
-
type
final TextDelta.Type type()
-
_type
final JsonField<TextDelta.Type> _type()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TextDelta.Builder toBuilder()
-
builder
final static TextDelta.Builder builder()
-
-
-
-