Uses of Class
com.slack.api.model.Action.Option
| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of Action.Option in com.slack.api.model
Methods in com.slack.api.model that return Action.Option Modifier and Type Method Description Action.OptionAction.Option.OptionBuilder. build()static Action.OptionAttachments. option(ModelConfigurator<Action.Option.OptionBuilder> configurator)Methods in com.slack.api.model that return types with arguments of type Action.Option Modifier and Type Method Description static List<Action.Option>Attachments. asOptions(Action.Option... options)List<Action.Option>Action. getOptions()List<Action.Option>Action.OptionGroup. getOptions()List<Action.Option>Action. getSelectedOptions()Methods in com.slack.api.model with parameters of type Action.Option Modifier and Type Method Description static List<Action.Option>Attachments. asOptions(Action.Option... options)Method parameters in com.slack.api.model with type arguments of type Action.Option Modifier and Type Method Description Action.ActionBuilderAction.ActionBuilder. options(List<Action.Option> options)Action.OptionGroup.OptionGroupBuilderAction.OptionGroup.OptionGroupBuilder. options(List<Action.Option> options)Action.ActionBuilderAction.ActionBuilder. selectedOptions(List<Action.Option> selectedOptions)voidAction.OptionGroup. setOptions(List<Action.Option> options)voidAction. setOptions(List<Action.Option> options)voidAction. setSelectedOptions(List<Action.Option> selectedOptions)Constructor parameters in com.slack.api.model with type arguments of type Action.Option 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)OptionGroup(String text, List<Action.Option> options)