Uses of Enum
com.slack.api.model.Action.Type
Packages that use Action.Type
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of Action.Type in com.slack.api.model
Methods in com.slack.api.model that return Action.TypeModifier and TypeMethodDescriptionAction.getType()static Action.TypeReturns the enum constant of this type with the specified name.static Action.Type[]Action.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.slack.api.model with parameters of type Action.TypeModifier and TypeMethodDescriptionvoidAction.setType(Action.Type type) Action.ActionBuilder.type(Action.Type type) Constructors in com.slack.api.model with parameters of type Action.TypeModifierConstructorDescriptionAction(String id, String name, String text, String style, Action.Type type, String value, Confirmation confirm, List<Action.Option> options, List<Action.Option> selectedOptions, String dataSource, Integer minQueryLength, List<Action.OptionGroup> optionGroups, String url)