Uses of Class
com.slack.api.model.Attachment.MessageBlock
-
Packages that use Attachment.MessageBlock Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of Attachment.MessageBlock in com.slack.api.model
Methods in com.slack.api.model that return Attachment.MessageBlock Modifier and Type Method Description Attachment.MessageBlockAttachment.MessageBlock.MessageBlockBuilder. build()Methods in com.slack.api.model that return types with arguments of type Attachment.MessageBlock Modifier and Type Method Description List<Attachment.MessageBlock>Attachment. getMessageBlocks()Method parameters in com.slack.api.model with type arguments of type Attachment.MessageBlock Modifier and Type Method Description Attachment.AttachmentBuilderAttachment.AttachmentBuilder. messageBlocks(List<Attachment.MessageBlock> messageBlocks)voidAttachment. setMessageBlocks(List<Attachment.MessageBlock> messageBlocks)
-