Uses of Class
com.slack.api.model.Action
| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of Action in com.slack.api.model
Methods in com.slack.api.model that return Action Modifier and Type Method Description static ActionAttachments. action(ModelConfigurator<Action.ActionBuilder> configurator)ActionAction.ActionBuilder. build()Methods in com.slack.api.model that return types with arguments of type Action Modifier and Type Method Description static List<Action>Attachments. asActions(Action... actions)List<Action>Attachment. getActions()Actions are defined as an array, and hashes contained within it will be displayed in as buttons in the message attachment.Methods in com.slack.api.model with parameters of type Action Modifier and Type Method Description static List<Action>Attachments. asActions(Action... actions)Method parameters in com.slack.api.model with type arguments of type Action Modifier and Type Method Description Attachment.AttachmentBuilderAttachment.AttachmentBuilder. actions(List<Action> actions)Actions are defined as an array, and hashes contained within it will be displayed in as buttons in the message attachment.voidAttachment. setActions(List<Action> actions)Actions are defined as an array, and hashes contained within it will be displayed in as buttons in the message attachment.