Uses of Class
com.slack.api.model.block.element.RichTextSectionElement.TextStyle
Packages that use RichTextSectionElement.TextStyle
Package
Description
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.TextStyleModifier and TypeMethodDescriptionRichTextSectionElement.TextStyle.TextStyleBuilder.build()RichTextSectionElement.Channel.getStyle()RichTextSectionElement.Emoji.getStyle()RichTextSectionElement.Link.getStyle()RichTextSectionElement.Team.getStyle()RichTextSectionElement.Text.getStyle()RichTextSectionElement.User.getStyle()Methods in com.slack.api.model.block.element with parameters of type RichTextSectionElement.TextStyleModifier and TypeMethodDescriptionvoidRichTextSectionElement.Channel.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Emoji.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Link.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Team.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Text.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.User.setStyle(RichTextSectionElement.TextStyle style) RichTextSectionElement.Channel.ChannelBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Emoji.EmojiBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Link.LinkBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Team.TeamBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Text.TextBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.User.UserBuilder.style(RichTextSectionElement.TextStyle style) Constructors in com.slack.api.model.block.element with parameters of type RichTextSectionElement.TextStyleModifierConstructorDescriptionChannel(String channelId, RichTextSectionElement.TextStyle style) Emoji(String name, Integer skinTone, RichTextSectionElement.TextStyle style, String unicode) 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)