| 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 |
|---|---|
DialogSubType |
DialogTextAreaElement.getSubtype()
Subtype for this text type element (e.g.
|
DialogSubType |
DialogTextElement.getSubtype()
Subtype for this text type element (e.g.
|
static DialogSubType |
DialogSubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogSubType[] |
DialogSubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DialogTextAreaElement.setSubtype(DialogSubType subtype)
Subtype for this text type element (e.g.
|
void |
DialogTextElement.setSubtype(DialogSubType subtype)
Subtype for this text type element (e.g.
|
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.subtype(DialogSubType subtype)
Subtype for this text type element (e.g.
|
DialogTextElement.DialogTextElementBuilder |
DialogTextElement.DialogTextElementBuilder.subtype(DialogSubType subtype)
Subtype for this text type element (e.g.
|
| Constructor and Description |
|---|
DialogTextAreaElement(String label,
String name,
String value,
String placeholder,
boolean optional,
int maxLength,
int minLength,
String hint,
DialogSubType subtype) |
DialogTextElement(String label,
String name,
String value,
String placeholder,
boolean optional,
int maxLength,
int minLength,
String hint,
DialogSubType subtype) |
Copyright © 2020. All rights reserved.