| Package | Description |
|---|---|
| com.slack.api.model.dialog |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
DialogDataSourceType |
DialogSelectElement.getDataSource()
Provide the data source type for the Element.
|
static DialogDataSourceType |
DialogDataSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogDataSourceType[] |
DialogDataSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DialogSelectElement.DialogSelectElementBuilder |
DialogSelectElement.DialogSelectElementBuilder.dataSource(DialogDataSourceType dataSource)
Provide the data source type for the Element.
|
void |
DialogSelectElement.setDataSource(DialogDataSourceType dataSource)
Provide the data source type for the Element.
|
| Constructor and Description |
|---|
DialogSelectElement(String label,
String name,
String value,
String placeholder,
boolean optional,
List<DialogOption> options,
List<DialogOption> selectedOptions,
List<DialogOptionGroup> optionGroups,
Integer minQueryLength,
DialogDataSourceType dataSource) |
Copyright © 2020. All rights reserved.