Uses of Class
com.slack.api.model.Action.Option
Packages that use Action.Option
Package
Description
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.OptionModifier and TypeMethodDescriptionAction.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.OptionModifier and TypeMethodDescriptionstatic List<Action.Option>Attachments.asOptions(Action.Option... options) Action.getOptions()Action.OptionGroup.getOptions()Action.getSelectedOptions()Methods in com.slack.api.model with parameters of type Action.OptionModifier and TypeMethodDescriptionstatic List<Action.Option>Attachments.asOptions(Action.Option... options) Method parameters in com.slack.api.model with type arguments of type Action.OptionModifier and TypeMethodDescriptionAction.ActionBuilder.options(List<Action.Option> options) Action.OptionGroup.OptionGroupBuilder.options(List<Action.Option> options) Action.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.OptionModifierConstructorDescriptionAction(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)