Uses of Class
com.slack.api.model.Action.Type
-
Packages that use Action.Type Package Description com.slack.api.model 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.Type Modifier and Type Method Description Action.TypeAction. getType()static Action.TypeAction.Type. valueOf(String name)Returns 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.Type Modifier and Type Method Description voidAction. setType(Action.Type type)Action.ActionBuilderAction.ActionBuilder. type(Action.Type type)Constructors in com.slack.api.model with parameters of type Action.Type Constructor Description Action(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)
-