| Package | Description |
|---|---|
| com.slack.api.model.block.composition |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.model.block.element |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
ConfirmationDialogObject |
ConfirmationDialogObject.ConfirmationDialogObjectBuilder.build() |
static ConfirmationDialogObject |
BlockCompositions.confirmationDialog(ModelConfigurator<ConfirmationDialogObject.ConfirmationDialogObjectBuilder> configurator) |
| Modifier and Type | Method and Description |
|---|---|
ConfirmationDialogObject |
StaticSelectElement.getConfirm() |
ConfirmationDialogObject |
DatePickerElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears after a date is selected.
|
ConfirmationDialogObject |
MultiExternalSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog
that appears before the multi-select choices are submitted.
|
ConfirmationDialogObject |
UsersSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ConfirmationDialogObject |
ChannelsSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ConfirmationDialogObject |
ConversationsSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ConfirmationDialogObject |
CheckboxesElement.getConfirm()
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the checkboxes in this element.
|
ConfirmationDialogObject |
RadioButtonsElement.getConfirm()
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the radio buttons in this element.
|
ConfirmationDialogObject |
MultiConversationsSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
ConfirmationDialogObject |
ButtonElement.getConfirm()
A confirm object that defines an optional confirmation dialog after the button is clicked.
|
ConfirmationDialogObject |
MultiStaticSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
ConfirmationDialogObject |
ExternalSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ConfirmationDialogObject |
MultiUsersSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
ConfirmationDialogObject |
MultiChannelsSelectElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
ConfirmationDialogObject |
OverflowMenuElement.getConfirm()
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSelectElement.StaticSelectElementBuilder |
StaticSelectElement.StaticSelectElementBuilder.confirm(ConfirmationDialogObject confirm) |
DatePickerElement.DatePickerElementBuilder |
DatePickerElement.DatePickerElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a date is selected.
|
MultiExternalSelectElement.MultiExternalSelectElementBuilder |
MultiExternalSelectElement.MultiExternalSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog
that appears before the multi-select choices are submitted.
|
UsersSelectElement.UsersSelectElementBuilder |
UsersSelectElement.UsersSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ChannelsSelectElement.ChannelsSelectElementBuilder |
ChannelsSelectElement.ChannelsSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
ConversationsSelectElement.ConversationsSelectElementBuilder |
ConversationsSelectElement.ConversationsSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
CheckboxesElement.CheckboxesElementBuilder |
CheckboxesElement.CheckboxesElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the checkboxes in this element.
|
RadioButtonsElement.RadioButtonsElementBuilder |
RadioButtonsElement.RadioButtonsElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the radio buttons in this element.
|
MultiConversationsSelectElement.MultiConversationsSelectElementBuilder |
MultiConversationsSelectElement.MultiConversationsSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
ButtonElement.ButtonElementBuilder |
ButtonElement.ButtonElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog after the button is clicked.
|
MultiStaticSelectElement.MultiStaticSelectElementBuilder |
MultiStaticSelectElement.MultiStaticSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
ExternalSelectElement.ExternalSelectElementBuilder |
ExternalSelectElement.ExternalSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
MultiUsersSelectElement.MultiUsersSelectElementBuilder |
MultiUsersSelectElement.MultiUsersSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
MultiChannelsSelectElement.MultiChannelsSelectElementBuilder |
MultiChannelsSelectElement.MultiChannelsSelectElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
OverflowMenuElement.OverflowMenuElementBuilder |
OverflowMenuElement.OverflowMenuElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
StaticSelectElement.setConfirm(ConfirmationDialogObject confirm) |
void |
DatePickerElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a date is selected.
|
void |
MultiExternalSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog
that appears before the multi-select choices are submitted.
|
void |
UsersSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
ChannelsSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
ConversationsSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
CheckboxesElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the checkboxes in this element.
|
void |
RadioButtonsElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the radio buttons in this element.
|
void |
MultiConversationsSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
void |
ButtonElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog after the button is clicked.
|
void |
MultiStaticSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
void |
ExternalSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
void |
MultiUsersSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.
|
void |
MultiChannelsSelectElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears
before the multi-select choices are submitted.
|
void |
OverflowMenuElement.setConfirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.
|
Copyright © 2020. All rights reserved.