Uses of Interface
com.slack.api.model.block.LayoutBlock
| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.model.block |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.model.event |
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.
|
| com.slack.api.util.json |
Provides JSON serialization/deserialization utilities for the classes in this library.
|
| com.slack.api.webhook |
Provides the classes used for Incoming Webhooks feature.
|
-
Uses of LayoutBlock in com.slack.api.model
Methods in com.slack.api.model that return types with arguments of type LayoutBlock Modifier and Type Method Description List<LayoutBlock>Attachment. getBlocks()List<LayoutBlock>File. getBlocks()Deprecated.List<LayoutBlock>Latest. getBlocks()List<LayoutBlock>MatchedItem. getBlocks()List<LayoutBlock>MatchedItem.OtherItem. getBlocks()List<LayoutBlock>Message. getBlocks()Method parameters in com.slack.api.model with type arguments of type LayoutBlock Modifier and Type Method Description Attachment.AttachmentBuilderAttachment.AttachmentBuilder. blocks(List<LayoutBlock> blocks)File.FileBuilderFile.FileBuilder. blocks(List<LayoutBlock> blocks)Deprecated.voidAttachment. setBlocks(List<LayoutBlock> blocks)voidFile. setBlocks(List<LayoutBlock> blocks)Deprecated.voidLatest. setBlocks(List<LayoutBlock> blocks)voidMatchedItem.OtherItem. setBlocks(List<LayoutBlock> blocks)voidMatchedItem. setBlocks(List<LayoutBlock> blocks)voidMessage. setBlocks(List<LayoutBlock> blocks) -
Uses of LayoutBlock in com.slack.api.model.block
Classes in com.slack.api.model.block that implement LayoutBlock Modifier and Type Class Description classActionsBlockhttps://api.slack.com/reference/messaging/blocks#actionsclassCallBlockhttps://api.slack.com/reference/messaging/blocks#callclassContextBlockhttps://api.slack.com/reference/messaging/blocks#contextclassDividerBlockhttps://api.slack.com/reference/messaging/blocks#dividerclassFileBlockhttps://api.slack.com/reference/messaging/blocks#fileclassHeaderBlockhttps://api.slack.com/reference/messaging/blocks#headerclassImageBlockhttps://api.slack.com/reference/messaging/blocks#imageclassInputBlockhttps://api.slack.com/reference/messaging/blocks#inputclassRichTextBlockhttps://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-lessclassSectionBlockhttps://api.slack.com/reference/messaging/blocks#sectionclassUnknownBlockhttps://api.slack.com/reference/messaging/blocksMethods in com.slack.api.model.block that return types with arguments of type LayoutBlock Modifier and Type Method Description static List<LayoutBlock>Blocks. asBlocks(LayoutBlock... blocks)Methods in com.slack.api.model.block with parameters of type LayoutBlock Modifier and Type Method Description static List<LayoutBlock>Blocks. asBlocks(LayoutBlock... blocks) -
Uses of LayoutBlock in com.slack.api.model.event
Methods in com.slack.api.model.event that return types with arguments of type LayoutBlock Modifier and Type Method Description List<LayoutBlock>AppMentionEvent. getBlocks()List<LayoutBlock>MessageBotEvent. getBlocks()List<LayoutBlock>MessageChangedEvent.Message. getBlocks()List<LayoutBlock>MessageDeletedEvent.Message. getBlocks()List<LayoutBlock>MessageEkmAccessDeniedEvent. getBlocks()List<LayoutBlock>MessageEvent. getBlocks()List<LayoutBlock>MessageFileShareEvent. getBlocks()List<LayoutBlock>MessageRepliedEvent.Message. getBlocks()List<LayoutBlock>MessageThreadBroadcastEvent. getBlocks()List<LayoutBlock>PinAddedEvent.Message. getBlocks()List<LayoutBlock>PinRemovedEvent.Message. getBlocks()List<LayoutBlock>StarAddedEvent.Message. getBlocks()List<LayoutBlock>StarRemovedEvent.Message. getBlocks()Method parameters in com.slack.api.model.event with type arguments of type LayoutBlock Modifier and Type Method Description voidAppMentionEvent. setBlocks(List<LayoutBlock> blocks)voidMessageBotEvent. setBlocks(List<LayoutBlock> blocks)voidMessageChangedEvent.Message. setBlocks(List<LayoutBlock> blocks)voidMessageDeletedEvent.Message. setBlocks(List<LayoutBlock> blocks)voidMessageEkmAccessDeniedEvent. setBlocks(List<LayoutBlock> blocks)voidMessageEvent. setBlocks(List<LayoutBlock> blocks)voidMessageFileShareEvent. setBlocks(List<LayoutBlock> blocks)voidMessageRepliedEvent.Message. setBlocks(List<LayoutBlock> blocks)voidMessageThreadBroadcastEvent. setBlocks(List<LayoutBlock> blocks)voidPinAddedEvent.Message. setBlocks(List<LayoutBlock> blocks)voidPinRemovedEvent.Message. setBlocks(List<LayoutBlock> blocks)voidStarAddedEvent.Message. setBlocks(List<LayoutBlock> blocks)voidStarRemovedEvent.Message. setBlocks(List<LayoutBlock> blocks) -
Uses of LayoutBlock in com.slack.api.model.view
Methods in com.slack.api.model.view that return types with arguments of type LayoutBlock Modifier and Type Method Description List<LayoutBlock>View. getBlocks()Method parameters in com.slack.api.model.view with type arguments of type LayoutBlock Modifier and Type Method Description View.ViewBuilderView.ViewBuilder. blocks(List<LayoutBlock> blocks)voidView. setBlocks(List<LayoutBlock> blocks)Constructor parameters in com.slack.api.model.view with type arguments of type LayoutBlock Constructor Description View(String id, String teamId, String type, ViewTitle title, ViewSubmit submit, ViewClose close, List<LayoutBlock> blocks, String privateMetadata, String callbackId, String externalId, ViewState state, String hash, Boolean clearOnClose, Boolean notifyOnClose, Boolean submitDisabled, String rootViewId, String previousViewId, String appId, String appInstalledTeamId, String botId) -
Uses of LayoutBlock in com.slack.api.util.json
Methods in com.slack.api.util.json that return LayoutBlock Modifier and Type Method Description LayoutBlockGsonLayoutBlockFactory. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in com.slack.api.util.json with parameters of type LayoutBlock Modifier and Type Method Description com.google.gson.JsonElementGsonLayoutBlockFactory. serialize(LayoutBlock src, Type typeOfSrc, com.google.gson.JsonSerializationContext context) -
Uses of LayoutBlock in com.slack.api.webhook
Methods in com.slack.api.webhook that return types with arguments of type LayoutBlock Modifier and Type Method Description List<LayoutBlock>Payload. getBlocks()An array oflayout blocksin the same format as described in the layout block guide.Method parameters in com.slack.api.webhook with type arguments of type LayoutBlock Modifier and Type Method Description Payload.PayloadBuilderPayload.PayloadBuilder. blocks(List<LayoutBlock> blocks)An array oflayout blocksin the same format as described in the layout block guide.voidPayload. setBlocks(List<LayoutBlock> blocks)An array oflayout blocksin the same format as described in the layout block guide.