| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.objects |
| Modifier and Type | Method and Description |
|---|---|
static Text.Builder |
Text.builder()
Creates a builder for
Text. |
Text.Builder |
Text.Builder.from(TextIF instance)
Fill a builder with attribute values from the provided
TextIF instance. |
Text.Builder |
Text.Builder.setEmoji(Boolean emoji)
Initializes the optional value
emoji to emoji. |
Text.Builder |
Text.Builder.setEmoji(Optional<Boolean> emoji)
Initializes the optional value
emoji to emoji. |
Text.Builder |
Text.Builder.setText(String text)
Initializes the value for the
text attribute. |
Text.Builder |
Text.Builder.setType(TextType type)
Initializes the value for the
type attribute. |
Text.Builder |
Text.Builder.setVerbatim(Boolean verbatim)
Initializes the optional value
verbatim to verbatim. |
Text.Builder |
Text.Builder.setVerbatim(Optional<Boolean> verbatim)
Initializes the optional value
verbatim to verbatim. |
Copyright © 2019. All rights reserved.