| Package | Description |
|---|---|
| com.slack.api.model |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Action.OptionGroup |
Action.OptionGroup.OptionGroupBuilder.build() |
static Action.OptionGroup |
Attachments.optionGroup(ModelConfigurator<Action.OptionGroup.OptionGroupBuilder> configurator) |
| Modifier and Type | Method and Description |
|---|---|
static List<Action.OptionGroup> |
Attachments.asOptionGroups(Action.OptionGroup... optionGroups) |
List<Action.OptionGroup> |
Action.getOptionGroups() |
| Modifier and Type | Method and Description |
|---|---|
static List<Action.OptionGroup> |
Attachments.asOptionGroups(Action.OptionGroup... optionGroups) |
| Modifier and Type | Method and Description |
|---|---|
Action.ActionBuilder |
Action.ActionBuilder.optionGroups(List<Action.OptionGroup> optionGroups) |
void |
Action.setOptionGroups(List<Action.OptionGroup> optionGroups) |
| Constructor and 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) |
Copyright © 2020. All rights reserved.