Class TextContentBlock
-
- All Implemented Interfaces:
public final class TextContentBlockThe text content that is part of a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTextContentBlock.BuilderA builder for TextContentBlock.
-
Method Summary
Modifier and Type Method Description final Texttext()final JsonValue_type()Always text.final JsonField<Text>_text()final Map<String, JsonValue>_additionalProperties()final TextContentBlockvalidate()final TextContentBlock.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TextContentBlock.Builderbuilder()Returns a mutable builder for constructing an instance of TextContentBlock. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final TextContentBlock validate()
-
toBuilder
final TextContentBlock.Builder toBuilder()
-
builder
final static TextContentBlock.Builder builder()
Returns a mutable builder for constructing an instance of TextContentBlock.
The following fields are required:
.text()
-
-
-
-