| 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.Option |
Action.Option.OptionBuilder.build() |
static Action.Option |
Attachments.option(ModelConfigurator<Action.Option.OptionBuilder> configurator) |
| Modifier and Type | Method and 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() |
| Modifier and Type | Method and Description |
|---|---|
static List<Action.Option> |
Attachments.asOptions(Action.Option... options) |
| Modifier and Type | Method and Description |
|---|---|
Action.OptionGroup.OptionGroupBuilder |
Action.OptionGroup.OptionGroupBuilder.options(List<Action.Option> options) |
Action.ActionBuilder |
Action.ActionBuilder.options(List<Action.Option> options) |
Action.ActionBuilder |
Action.ActionBuilder.selectedOptions(List<Action.Option> selectedOptions) |
void |
Action.setOptions(List<Action.Option> options) |
void |
Action.OptionGroup.setOptions(List<Action.Option> options) |
void |
Action.setSelectedOptions(List<Action.Option> selectedOptions) |
| 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) |
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) |
Copyright © 2020. All rights reserved.