Uses of Class
com.slack.api.model.block.RichTextBlock
Packages that use RichTextBlock
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
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 RichTextBlockModifier and TypeMethodDescriptionRichTextBlock.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 RichTextBlockModifier and TypeMethodDescriptionRichTextInputElement.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 RichTextBlockModifier and TypeMethodDescriptionRichTextInputElement.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 RichTextBlockModifierConstructorDescriptionRichTextInputElement(String actionId, RichTextBlock initialValue, DispatchActionConfig dispatchActionConfig, Boolean focusOnLoad, PlainTextObject placeholder) -
Uses of RichTextBlock in com.slack.api.model.list
Methods in com.slack.api.model.list that return types with arguments of type RichTextBlockMethod parameters in com.slack.api.model.list with type arguments of type RichTextBlockModifier and TypeMethodDescriptionListRecord.Field.FieldBuilder.richText(List<RichTextBlock> richText) voidListRecord.Field.setRichText(List<RichTextBlock> richText) Constructor parameters in com.slack.api.model.list with type arguments of type RichTextBlockModifierConstructorDescriptionField(String key, String columnId, String value, String text, List<RichTextBlock> richText, Message message, List<Double> number, List<String> select, List<String> date, List<String> user, List<String> attachment, Boolean checkbox, List<String> email, List<String> phone, List<String> channel, List<Integer> rating, List<Integer> timestamp) -
Uses of RichTextBlock in com.slack.api.model.view
Methods in com.slack.api.model.view that return RichTextBlockMethods in com.slack.api.model.view with parameters of type RichTextBlockModifier and TypeMethodDescriptionvoidViewState.Value.setRichTextValue(RichTextBlock richTextValue)