| 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 | Class and Description |
|---|---|
class |
DialogSelectElement
Represents a select
dialog element
|
class |
DialogTextAreaElement
Represents a textarea
dialog element
|
class |
DialogTextElement
Represents a text
dialog element
|
| Modifier and Type | Method and Description |
|---|---|
static List<DialogElement> |
Dialogs.asElements(DialogElement... elements) |
List<DialogElement> |
Dialog.getElements()
Up to 5 form elements are allowed per dialog.
|
| Modifier and Type | Method and Description |
|---|---|
static List<DialogElement> |
Dialogs.asElements(DialogElement... elements) |
| Modifier and Type | Method and Description |
|---|---|
Dialog.DialogBuilder |
Dialog.DialogBuilder.elements(List<DialogElement> elements)
Up to 5 form elements are allowed per dialog.
|
void |
Dialog.setElements(List<DialogElement> elements)
Up to 5 form elements are allowed per dialog.
|
| Constructor and Description |
|---|
Dialog(String title,
String callbackId,
List<DialogElement> elements,
String submitLabel,
boolean notifyOnCancel,
String state) |
Copyright © 2020. All rights reserved.