Uses of Interface
com.slack.api.model.block.LayoutBlock
Packages that use LayoutBlock
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.
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.
Provides JSON serialization/deserialization utilities for the classes in this library.
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 LayoutBlockModifier and TypeMethodDescriptionAttachment.getBlocks()File.getBlocks()Deprecated.Latest.getBlocks()MatchedItem.getBlocks()MatchedItem.OtherItem.getBlocks()Message.getBlocks()File.getTitleBlocks()MatchedItem.getTitleBlocks()Method parameters in com.slack.api.model with type arguments of type LayoutBlockModifier and TypeMethodDescriptionAttachment.AttachmentBuilder.blocks(List<LayoutBlock> blocks) File.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) voidFile.setTitleBlocks(List<LayoutBlock> titleBlocks) voidMatchedItem.setTitleBlocks(List<LayoutBlock> titleBlocks) File.FileBuilder.titleBlocks(List<LayoutBlock> titleBlocks) -
Uses of LayoutBlock in com.slack.api.model.admin
Methods in com.slack.api.model.admin that return types with arguments of type LayoutBlockMethod parameters in com.slack.api.model.admin with type arguments of type LayoutBlockModifier and TypeMethodDescriptionvoidAppWorkflow.StepInputValue.setInteractiveBlocks(List<LayoutBlock> interactiveBlocks) -
Uses of LayoutBlock in com.slack.api.model.block
Classes in com.slack.api.model.block that implement LayoutBlockModifier and TypeClassDescriptionclasshttps://api.slack.com/reference/messaging/blocks#actionsclasshttps://api.slack.com/reference/messaging/blocks#callclasshttps://api.slack.com/reference/messaging/blocks#contextclasshttps://api.slack.com/reference/messaging/blocks#dividerclasshttps://api.slack.com/reference/messaging/blocks#fileclasshttps://api.slack.com/reference/messaging/blocks#headerclasshttps://api.slack.com/reference/messaging/blocks#imageclasshttps://api.slack.com/reference/messaging/blocks#inputclasshttps://api.slack.com/changelog/2019-09-what-they-see-is-what-you-get-and-more-and-lessclasshttps://api.slack.com/reference/messaging/blocks#sectionclasshttps://api.slack.com/futureclasshttps://api.slack.com/reference/messaging/blocksclasshttps://api.slack.com/reference/block-kit/blocks#videoMethods in com.slack.api.model.block that return types with arguments of type LayoutBlockModifier and TypeMethodDescriptionstatic List<LayoutBlock>Blocks.asBlocks(LayoutBlock... blocks) Methods in com.slack.api.model.block with parameters of type LayoutBlockModifier and TypeMethodDescriptionstatic 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 LayoutBlockModifier and TypeMethodDescriptionAppMentionEvent.getBlocks()MessageBotEvent.getBlocks()MessageChangedEvent.Message.getBlocks()MessageDeletedEvent.Message.getBlocks()MessageEkmAccessDeniedEvent.getBlocks()MessageEvent.getBlocks()MessageFileShareEvent.getBlocks()MessageMeEvent.getBlocks()MessageRepliedEvent.Message.getBlocks()MessageThreadBroadcastEvent.getBlocks()PinAddedEvent.Message.getBlocks()PinRemovedEvent.Message.getBlocks()StarAddedEvent.Message.getBlocks()StarRemovedEvent.Message.getBlocks()Method parameters in com.slack.api.model.event with type arguments of type LayoutBlockModifier and TypeMethodDescriptionvoidAppMentionEvent.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) voidMessageMeEvent.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 LayoutBlockMethod parameters in com.slack.api.model.view with type arguments of type LayoutBlockModifier and TypeMethodDescriptionView.ViewBuilder.blocks(List<LayoutBlock> blocks) voidView.setBlocks(List<LayoutBlock> blocks) Constructor parameters in com.slack.api.model.view with type arguments of type LayoutBlockModifierConstructorDescriptionView(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 LayoutBlockModifier and TypeMethodDescriptionGsonLayoutBlockFactory.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in com.slack.api.util.json with parameters of type LayoutBlockModifier and TypeMethodDescriptioncom.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 LayoutBlockModifier and TypeMethodDescriptionPayload.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 LayoutBlockModifier and TypeMethodDescriptionPayload.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.