Uses of Class
com.slack.api.model.Action.OptionGroup
Packages that use Action.OptionGroup
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of Action.OptionGroup in com.slack.api.model
Methods in com.slack.api.model that return Action.OptionGroupModifier and TypeMethodDescriptionAction.OptionGroup.OptionGroupBuilder.build()static Action.OptionGroupAttachments.optionGroup(ModelConfigurator<Action.OptionGroup.OptionGroupBuilder> configurator) Methods in com.slack.api.model that return types with arguments of type Action.OptionGroupModifier and TypeMethodDescriptionstatic List<Action.OptionGroup>Attachments.asOptionGroups(Action.OptionGroup... optionGroups) Action.getOptionGroups()Methods in com.slack.api.model with parameters of type Action.OptionGroupModifier and TypeMethodDescriptionstatic List<Action.OptionGroup>Attachments.asOptionGroups(Action.OptionGroup... optionGroups) Method parameters in com.slack.api.model with type arguments of type Action.OptionGroupModifier and TypeMethodDescriptionAction.ActionBuilder.optionGroups(List<Action.OptionGroup> optionGroups) voidAction.setOptionGroups(List<Action.OptionGroup> optionGroups)