Uses of Class
com.slack.api.model.block.composition.ConfirmationDialogObject
| 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.
|
-
Uses of ConfirmationDialogObject in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return ConfirmationDialogObject Modifier and Type Method Description ConfirmationDialogObjectConfirmationDialogObject.ConfirmationDialogObjectBuilder. build()static ConfirmationDialogObjectBlockCompositions. confirmationDialog(ModelConfigurator<ConfirmationDialogObject.ConfirmationDialogObjectBuilder> configurator) -
Uses of ConfirmationDialogObject in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return ConfirmationDialogObject Modifier and Type Method Description ConfirmationDialogObjectButtonElement. getConfirm()A confirm object that defines an optional confirmation dialog after the button is clicked.ConfirmationDialogObjectChannelsSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.ConfirmationDialogObjectCheckboxesElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after clicking one of the checkboxes in this element.ConfirmationDialogObjectConversationsSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.ConfirmationDialogObjectDatePickerElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after a date is selected.ConfirmationDialogObjectExternalSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.ConfirmationDialogObjectMultiChannelsSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.ConfirmationDialogObjectMultiConversationsSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.ConfirmationDialogObjectMultiExternalSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.ConfirmationDialogObjectMultiStaticSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.ConfirmationDialogObjectMultiUsersSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.ConfirmationDialogObjectOverflowMenuElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.ConfirmationDialogObjectRadioButtonsElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after clicking one of the radio buttons in this element.ConfirmationDialogObjectStaticSelectElement. getConfirm()ConfirmationDialogObjectTimePickerElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after a date is selected.ConfirmationDialogObjectUsersSelectElement. getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.Methods in com.slack.api.model.block.element with parameters of type ConfirmationDialogObject Modifier and Type Method Description ButtonElement.ButtonElementBuilderButtonElement.ButtonElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog after the button is clicked.ChannelsSelectElement.ChannelsSelectElementBuilderChannelsSelectElement.ChannelsSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.CheckboxesElement.CheckboxesElementBuilderCheckboxesElement.CheckboxesElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after clicking one of the checkboxes in this element.ConversationsSelectElement.ConversationsSelectElementBuilderConversationsSelectElement.ConversationsSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.DatePickerElement.DatePickerElementBuilderDatePickerElement.DatePickerElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a date is selected.ExternalSelectElement.ExternalSelectElementBuilderExternalSelectElement.ExternalSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.MultiChannelsSelectElement.MultiChannelsSelectElementBuilderMultiChannelsSelectElement.MultiChannelsSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiConversationsSelectElement.MultiConversationsSelectElementBuilderMultiConversationsSelectElement.MultiConversationsSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiExternalSelectElement.MultiExternalSelectElementBuilderMultiExternalSelectElement.MultiExternalSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiStaticSelectElement.MultiStaticSelectElementBuilderMultiStaticSelectElement.MultiStaticSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiUsersSelectElement.MultiUsersSelectElementBuilderMultiUsersSelectElement.MultiUsersSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.OverflowMenuElement.OverflowMenuElementBuilderOverflowMenuElement.OverflowMenuElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.RadioButtonsElement.RadioButtonsElementBuilderRadioButtonsElement.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.StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. confirm(ConfirmationDialogObject confirm)TimePickerElement.TimePickerElementBuilderTimePickerElement.TimePickerElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a date is selected.UsersSelectElement.UsersSelectElementBuilderUsersSelectElement.UsersSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.voidButtonElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog after the button is clicked.voidChannelsSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.voidCheckboxesElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after clicking one of the checkboxes in this element.voidConversationsSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.voidDatePickerElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a date is selected.voidExternalSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.voidMultiChannelsSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.voidMultiConversationsSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.voidMultiExternalSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.voidMultiStaticSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.voidMultiUsersSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.voidOverflowMenuElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.voidRadioButtonsElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after clicking one of the radio buttons in this element.voidStaticSelectElement. setConfirm(ConfirmationDialogObject confirm)voidTimePickerElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a date is selected.voidUsersSelectElement. setConfirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.