| 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 |
|---|---|
DialogOptionGroup |
DialogOptionGroup.DialogOptionGroupBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<DialogOptionGroup> |
DialogSelectElement.getOptionGroups()
Provide up to 100 option group element attributes.
|
| Modifier and Type | Method and Description |
|---|---|
DialogSelectElement.DialogSelectElementBuilder |
DialogSelectElement.DialogSelectElementBuilder.optionGroups(List<DialogOptionGroup> optionGroups)
Provide up to 100 option group element attributes.
|
void |
DialogSelectElement.setOptionGroups(List<DialogOptionGroup> optionGroups)
Provide up to 100 option group element attributes.
|
| 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.