| 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 |
|---|---|
Confirmation |
Confirmation.ConfirmationBuilder.build() |
static Confirmation |
Attachments.confirm(ModelConfigurator<Confirmation.ConfirmationBuilder> configurator) |
Confirmation |
Action.getConfirm() |
| Modifier and Type | Method and Description |
|---|---|
Action.ActionBuilder |
Action.ActionBuilder.confirm(Confirmation confirm) |
void |
Action.setConfirm(Confirmation confirm) |
| 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.