Uses of Class
com.slack.api.model.block.RichTextBlock
-
Packages that use RichTextBlock Package Description com.slack.api.model.block The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.com.slack.api.model.block.element The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.com.slack.api.model.view The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of RichTextBlock in com.slack.api.model.block
Methods in com.slack.api.model.block that return RichTextBlock Modifier and Type Method Description RichTextBlockRichTextBlock.RichTextBlockBuilder. build()static RichTextBlockBlocks. richText(ModelConfigurator<RichTextBlock.RichTextBlockBuilder> configurator) -
Uses of RichTextBlock in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return RichTextBlock Modifier and Type Method Description RichTextBlockRichTextInputElement. getInitialValue()The initial value in the rich text input when it is loaded.Methods in com.slack.api.model.block.element with parameters of type RichTextBlock Modifier and Type Method Description RichTextInputElement.RichTextInputElementBuilderRichTextInputElement.RichTextInputElementBuilder. initialValue(RichTextBlock initialValue)The initial value in the rich text input when it is loaded.voidRichTextInputElement. setInitialValue(RichTextBlock initialValue)The initial value in the rich text input when it is loaded.Constructors in com.slack.api.model.block.element with parameters of type RichTextBlock Constructor Description RichTextInputElement(String actionId, RichTextBlock initialValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad, PlainTextObject placeholder) -
Uses of RichTextBlock in com.slack.api.model.view
Methods in com.slack.api.model.view that return RichTextBlock Modifier and Type Method Description RichTextBlockViewState.Value. getRichTextValue()Methods in com.slack.api.model.view with parameters of type RichTextBlock Modifier and Type Method Description voidViewState.Value. setRichTextValue(RichTextBlock richTextValue)
-