| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.objects |
| Modifier and Type | Method and Description |
|---|---|
TextType |
Text.getType() |
TextType |
TextIF.getType() |
static TextType |
TextType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextType[] |
TextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Text |
Text.of(TextType type,
String text)
Construct a new immutable
Text instance. |
Text.Builder |
Text.Builder.setType(TextType type)
Initializes the value for the
type attribute. |
Text |
Text.withType(TextType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2019. All rights reserved.