Interface RichTextElement
-
- All Known Implementing Classes:
RichTextListElement,RichTextPreformattedElement,RichTextQuoteElement,RichTextSectionElement,RichTextSectionElement.Broadcast,RichTextSectionElement.Channel,RichTextSectionElement.Color,RichTextSectionElement.Date,RichTextSectionElement.Emoji,RichTextSectionElement.Link,RichTextSectionElement.Team,RichTextSectionElement.Text,RichTextSectionElement.User,RichTextSectionElement.UserGroup,RichTextUnknownElement
public interface RichTextElement{ "type": "rich_text", "block_id": "", "elements": [ { "type": "rich_text_section", "elements": [] }, { "type": "rich_text_list", "elements": [], "style": "bullet", "indent": 0 }, { "type": "rich_text_quote", "elements": [] }, { "type": "rich_text_preformatted", "elements": [] } ] }https://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-less
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetType()
-
-
-
Method Detail
-
getType
String getType()
-
-