Uses of Class
com.slack.api.model.Action
Packages that use Action
Package
Description
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 ActionModifier and TypeMethodDescriptionstatic ActionAttachments.action(ModelConfigurator<Action.ActionBuilder> configurator) Action.ActionBuilder.build()Methods in com.slack.api.model that return types with arguments of type ActionModifier and TypeMethodDescriptionAttachment.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 ActionMethod parameters in com.slack.api.model with type arguments of type ActionModifier and TypeMethodDescriptionActions 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.