| 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.Type |
Action.getType() |
static Action.Type |
Action.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.Type[] |
Action.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setType(Action.Type type) |
Action.ActionBuilder |
Action.ActionBuilder.type(Action.Type type) |
| 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.