Class Text
-
- All Implemented Interfaces:
public final class Text
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classText.BuilderA builder for Text.
-
Method Summary
Modifier and Type Method Description final List<Annotation>annotations()final Stringvalue()The data that makes up the text. final JsonField<List<Annotation>>_annotations()final JsonField<String>_value()The data that makes up the text. final Map<String, JsonValue>_additionalProperties()final Textvalidate()final Text.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Text.Builderbuilder()Returns a mutable builder for constructing an instance of Text. -
-
Method Detail
-
annotations
final List<Annotation> annotations()
-
_annotations
final JsonField<List<Annotation>> _annotations()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Text.Builder toBuilder()
-
builder
final static Text.Builder builder()
Returns a mutable builder for constructing an instance of Text.
The following fields are required:
.annotations() .value()
-
-
-
-