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.Date.getStyle()RichTextSectionElement.Link.getStyle()RichTextSectionElement.Text.getStyle()Methods in com.slack.api.model.block.element with parameters of type RichTextSectionElement.TextStyleModifier and TypeMethodDescriptionvoidRichTextSectionElement.Date.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Link.setStyle(RichTextSectionElement.TextStyle style) voidRichTextSectionElement.Text.setStyle(RichTextSectionElement.TextStyle style) RichTextSectionElement.Date.DateBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Link.LinkBuilder.style(RichTextSectionElement.TextStyle style) RichTextSectionElement.Text.TextBuilder.style(RichTextSectionElement.TextStyle style) Constructors in com.slack.api.model.block.element with parameters of type RichTextSectionElement.TextStyleModifierConstructorDescriptionDate(Integer timestamp, String format, RichTextSectionElement.TextStyle style, String url, String fallback) Link(String url, String text, Boolean unsafe, RichTextSectionElement.TextStyle style) Text(String text, RichTextSectionElement.TextStyle style)