| Package | Description |
|---|---|
| com.slack.api.model.dialog |
| Modifier and Type | Method and Description |
|---|---|
DialogOption |
DialogOption.DialogOptionBuilder.build() |
static DialogOption |
Dialogs.dialogOption(ModelConfigurator<DialogOption.DialogOptionBuilder> configurator) |
| Modifier and Type | Method and Description |
|---|---|
static List<DialogOption> |
Dialogs.asOptions(DialogOption... options) |
List<DialogOption> |
DialogSelectElement.getOptions()
Provide up to 100 option element attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DialogOption> |
Dialogs.asOptions(DialogOption... options) |
| Modifier and Type | Method and Description |
|---|---|
DialogSelectElement.DialogSelectElementBuilder |
DialogSelectElement.DialogSelectElementBuilder.options(List<DialogOption> options)
Provide up to 100 option element attributes.
|
void |
DialogSelectElement.setOptions(List<DialogOption> options)
Provide up to 100 option element attributes.
|
| Constructor and Description |
|---|
DialogSelectElement(String label,
String name,
String value,
String placeholder,
boolean optional,
List<DialogOption> options) |
Copyright © 2020. All rights reserved.