Class TextDeltaBlock
-
- All Implemented Interfaces:
public final class TextDeltaBlockThe text content that is part of a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTextDeltaBlock.BuilderA builder for TextDeltaBlock.
-
Method Summary
Modifier and Type Method Description final Longindex()The index of the content part in the message. final JsonValue_type()Always text.final Optional<TextDelta>text()final JsonField<Long>_index()The index of the content part in the message. final JsonField<TextDelta>_text()final Map<String, JsonValue>_additionalProperties()final TextDeltaBlockvalidate()final TextDeltaBlock.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TextDeltaBlock.Builderbuilder()Returns a mutable builder for constructing an instance of TextDeltaBlock. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final TextDeltaBlock validate()
-
toBuilder
final TextDeltaBlock.Builder toBuilder()
-
builder
final static TextDeltaBlock.Builder builder()
Returns a mutable builder for constructing an instance of TextDeltaBlock.
The following fields are required:
.index()
-
-
-
-