Uses of Class
com.slack.api.model.block.composition.ConfirmationDialogObject
Packages that use ConfirmationDialogObject
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
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 ConfirmationDialogObjectModifier and TypeMethodDescriptionConfirmationDialogObject.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 ConfirmationDialogObjectModifier and TypeMethodDescriptionButtonElement.getConfirm()A confirm object that defines an optional confirmation dialog after the button is clicked.ChannelsSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.CheckboxesElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after clicking one of the checkboxes in this element.ConversationsSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.DatePickerElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after a date is selected.DatetimePickerElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after a date is selected.ExternalSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.MultiChannelsSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiConversationsSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiExternalSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiStaticSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiUsersSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.OverflowMenuElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.RadioButtonsElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after clicking one of the radio buttons in this element.StaticSelectElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.TimePickerElement.getConfirm()A confirm object that defines an optional confirmation dialog that appears after a date is selected.UsersSelectElement.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 ConfirmationDialogObjectModifier and TypeMethodDescriptionButtonElement.ButtonElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog after the button is clicked.ChannelsSelectElement.ChannelsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.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.ConversationsSelectElement.ConversationsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.DatePickerElement.DatePickerElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a date is selected.DatetimePickerElement.DatetimePickerElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a date is selected.ExternalSelectElement.ExternalSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.MultiChannelsSelectElement.MultiChannelsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiConversationsSelectElement.MultiConversationsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiExternalSelectElement.MultiExternalSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiStaticSelectElement.MultiStaticSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.MultiUsersSelectElement.MultiUsersSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears before the multi-select choices are submitted.OverflowMenuElement.OverflowMenuElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.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.StaticSelectElement.StaticSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.TimePickerElement.TimePickerElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a date is selected.UsersSelectElement.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.voidDatetimePickerElement.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) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.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.Constructors in com.slack.api.model.block.element with parameters of type ConfirmationDialogObjectModifierConstructorDescriptionButtonElement(PlainTextObject text, String actionId, String url, String value, String style, ConfirmationDialogObject confirm, String accessibilityLabel) Creates a newButtonElementinstance.ChannelsSelectElement(PlainTextObject placeholder, String actionId, String initialChannel, ConfirmationDialogObject confirm, Boolean responseUrlEnabled, Boolean focusOnLoad) Creates a newChannelsSelectElementinstance.CheckboxesElement(String actionId, List<OptionObject> options, List<OptionObject> initialOptions, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newCheckboxesElementinstance.ConversationsSelectElement(PlainTextObject placeholder, String actionId, String initialConversation, Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, Boolean responseUrlEnabled, ConversationsFilter filter, Boolean focusOnLoad) Creates a newConversationsSelectElementinstance.DatePickerElement(String actionId, PlainTextObject placeholder, String initialDate, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newDatePickerElementinstance.DatetimePickerElement(String actionId, Integer initialDateTime, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newDatetimePickerElementinstance.ExternalSelectElement(PlainTextObject placeholder, String actionId, OptionObject initialOption, Integer minQueryLength, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newExternalSelectElementinstance.MultiChannelsSelectElement(PlainTextObject placeholder, String actionId, List<String> initialChannels, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad) Creates a newMultiChannelsSelectElementinstance.MultiConversationsSelectElement(PlainTextObject placeholder, String actionId, List<String> initialConversations, Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, Integer maxSelectedItems, ConversationsFilter filter, Boolean focusOnLoad) Creates a newMultiConversationsSelectElementinstance.MultiExternalSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> initialOptions, Integer minQueryLength, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad) Creates a newMultiExternalSelectElementinstance.MultiStaticSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> options, List<OptionGroupObject> optionGroups, List<OptionObject> initialOptions, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad) Creates a newMultiStaticSelectElementinstance.MultiUsersSelectElement(PlainTextObject placeholder, String actionId, List<String> initialUsers, ConfirmationDialogObject confirm, Integer maxSelectedItems, Boolean focusOnLoad) Creates a newMultiUsersSelectElementinstance.OverflowMenuElement(String actionId, List<OptionObject> options, ConfirmationDialogObject confirm) Creates a newOverflowMenuElementinstance.RadioButtonsElement(String actionId, List<OptionObject> options, OptionObject initialOption, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newRadioButtonsElementinstance.StaticSelectElement(PlainTextObject placeholder, String actionId, List<OptionObject> options, List<OptionGroupObject> optionGroups, OptionObject initialOption, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newStaticSelectElementinstance.TimePickerElement(String actionId, PlainTextObject placeholder, String initialTime, String timezone, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newTimePickerElementinstance.UsersSelectElement(PlainTextObject placeholder, String actionId, String initialUser, ConfirmationDialogObject confirm, Boolean focusOnLoad) Creates a newUsersSelectElementinstance.