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.Broadcast.getStyle()RichTextSectionElement.Channel.getStyle()RichTextSectionElement.Color.getStyle()RichTextSectionElement.Date.getStyle()RichTextSectionElement.Emoji.getStyle()RichTextSectionElement.Link.getStyle()RichTextSectionElement.Team.getStyle()RichTextSectionElement.Text.getStyle()RichTextSectionElement.User.getStyle()RichTextSectionElement.UserGroup.getStyle()Methods in com.slack.api.model.block.element with parameters of type RichTextSectionElement.TextStyleModifier and TypeMethodDescriptionvoidRichTextSectionElement.Broadcast.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Channel.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Color.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Date.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) voidRichTextSectionElement.UserGroup.setStyle(RichTextSectionElement.TextStyle style) RichTextSectionElement.Broadcast.BroadcastBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Channel.ChannelBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Color.ColorBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Date.DateBuilder.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) RichTextSectionElement.UserGroup.UserGroupBuilder.style(RichTextSectionElement.TextStyle style) Constructors in com.slack.api.model.block.element with parameters of type RichTextSectionElement.TextStyleModifierConstructorDescriptionBroadcast(String range, RichTextSectionElement.TextStyle style) Channel(String channelId, RichTextSectionElement.TextStyle style) Color(String value, RichTextSectionElement.TextStyle style) Date(String timestamp, 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) UserGroup(String usergroupId, RichTextSectionElement.TextStyle style)