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.
-
Method Summary
Modifier and Type Method Description final Optional<List<AnnotationDelta>>annotations()final Optional<String>value()The data that makes up the text. final JsonField<List<AnnotationDelta>>_annotations()final JsonField<String>_value()The data that makes up the text. final Map<String, JsonValue>_additionalProperties()final TextDeltavalidate()final TextDelta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TextDelta.Builderbuilder()Returns a mutable builder for constructing an instance of TextDelta. -
-
Method Detail
-
annotations
final Optional<List<AnnotationDelta>> annotations()
-
_annotations
final JsonField<List<AnnotationDelta>> _annotations()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TextDelta.Builder toBuilder()
-
builder
final static TextDelta.Builder builder()
Returns a mutable builder for constructing an instance of TextDelta.
-
-
-
-