Uses of Class
com.slack.api.model.block.element.RichTextSectionElement.TextStyle
| Package | Description |
|---|---|
| com.slack.api.model.block.element |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of RichTextSectionElement.TextStyle in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return RichTextSectionElement.TextStyle Modifier and Type Method Description RichTextSectionElement.TextStyleRichTextSectionElement.TextStyle.TextStyleBuilder. build()RichTextSectionElement.TextStyleRichTextSectionElement.Channel. getStyle()RichTextSectionElement.TextStyleRichTextSectionElement.Emoji. getStyle()RichTextSectionElement.TextStyleRichTextSectionElement.Link. getStyle()RichTextSectionElement.TextStyleRichTextSectionElement.Team. getStyle()RichTextSectionElement.TextStyleRichTextSectionElement.Text. getStyle()RichTextSectionElement.TextStyleRichTextSectionElement.User. getStyle()Constructors in com.slack.api.model.block.element with parameters of type RichTextSectionElement.TextStyle Constructor Description Channel(String channelId, RichTextSectionElement.TextStyle style)Emoji(String name, Integer skinTone, RichTextSectionElement.TextStyle style)Link(String url, String text, RichTextSectionElement.TextStyle style)Team(String teamId, RichTextSectionElement.TextStyle style)Text(String text, RichTextSectionElement.TextStyle style)User(String userId, RichTextSectionElement.TextStyle style)