| 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 |
|---|---|
static DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.builder() |
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.hint(String hint)
Helpful text provided to assist users in answering a question.
|
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.label(String label)
Label displayed to user.
|
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.maxLength(int maxLength)
Maximum input length allowed for element.
|
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.minLength(int minLength)
Minimum input length allowed for element.
|
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.name(String name)
Name of form element.
|
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.optional(boolean optional)
Provide
true when the form element is not required. |
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.placeholder(String placeholder)
A string displayed as needed to help guide users in completing the element.
|
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.subtype(DialogSubType subtype)
Subtype for this text type element (e.g.
|
DialogTextAreaElement.DialogTextAreaElementBuilder |
DialogTextAreaElement.DialogTextAreaElementBuilder.value(String value)
A default value for this field.
|
| Modifier and Type | Method and Description |
|---|---|
static DialogTextAreaElement |
Dialogs.dialogTextArea(ModelConfigurator<DialogTextAreaElement.DialogTextAreaElementBuilder> configurator) |
Copyright © 2020. All rights reserved.