Uses of Class
com.slack.api.model.block.element.RichTextSectionElement.LimitedTextStyle
Packages that use RichTextSectionElement.LimitedTextStyle
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of RichTextSectionElement.LimitedTextStyle in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return RichTextSectionElement.LimitedTextStyleModifier and TypeMethodDescriptionRichTextSectionElement.LimitedTextStyle.LimitedTextStyleBuilder.build()RichTextSectionElement.Broadcast.getStyle()RichTextSectionElement.Channel.getStyle()RichTextSectionElement.Color.getStyle()RichTextSectionElement.Emoji.getStyle()RichTextSectionElement.Team.getStyle()RichTextSectionElement.User.getStyle()RichTextSectionElement.UserGroup.getStyle()Methods in com.slack.api.model.block.element with parameters of type RichTextSectionElement.LimitedTextStyleModifier and TypeMethodDescriptionvoidRichTextSectionElement.Broadcast.setStyle(RichTextSectionElement.LimitedTextStyle style) voidRichTextSectionElement.Channel.setStyle(RichTextSectionElement.LimitedTextStyle style) voidRichTextSectionElement.Color.setStyle(RichTextSectionElement.LimitedTextStyle style) voidRichTextSectionElement.Emoji.setStyle(RichTextSectionElement.LimitedTextStyle style) voidRichTextSectionElement.Team.setStyle(RichTextSectionElement.LimitedTextStyle style) voidRichTextSectionElement.User.setStyle(RichTextSectionElement.LimitedTextStyle style) voidRichTextSectionElement.UserGroup.setStyle(RichTextSectionElement.LimitedTextStyle style) RichTextSectionElement.Broadcast.BroadcastBuilder.style(RichTextSectionElement.LimitedTextStyle style) RichTextSectionElement.Channel.ChannelBuilder.style(RichTextSectionElement.LimitedTextStyle style) RichTextSectionElement.Color.ColorBuilder.style(RichTextSectionElement.LimitedTextStyle style) RichTextSectionElement.Emoji.EmojiBuilder.style(RichTextSectionElement.LimitedTextStyle style) RichTextSectionElement.Team.TeamBuilder.style(RichTextSectionElement.LimitedTextStyle style) RichTextSectionElement.User.UserBuilder.style(RichTextSectionElement.LimitedTextStyle style) RichTextSectionElement.UserGroup.UserGroupBuilder.style(RichTextSectionElement.LimitedTextStyle style) Constructors in com.slack.api.model.block.element with parameters of type RichTextSectionElement.LimitedTextStyleModifierConstructorDescriptionBroadcast(String range, RichTextSectionElement.LimitedTextStyle style) Channel(String channelId, RichTextSectionElement.LimitedTextStyle style) Color(String value, RichTextSectionElement.LimitedTextStyle style) Emoji(String name, Integer skinTone, RichTextSectionElement.LimitedTextStyle style, String unicode) Team(String teamId, RichTextSectionElement.LimitedTextStyle style) User(String userId, RichTextSectionElement.LimitedTextStyle style) UserGroup(String usergroupId, RichTextSectionElement.LimitedTextStyle style)