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.Constructors in com.slack.api.model.block.element with parameters of type ConfirmationDialogObject Constructor Description ButtonElement(PlainTextObject text, java.lang.String actionId, java.lang.String url, java.lang.String value, java.lang.String style, ConfirmationDialogObject confirm)ChannelsSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.lang.String initialChannel, ConfirmationDialogObject confirm, java.lang.Boolean responseUrlEnabled)CheckboxesElement(java.lang.String actionId, java.util.List<OptionObject> options, java.util.List<OptionObject> initialOptions, ConfirmationDialogObject confirm)ConversationsSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.lang.String initialConversation, java.lang.Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, java.lang.Boolean responseUrlEnabled, ConversationsFilter filter)DatePickerElement(java.lang.String actionId, PlainTextObject placeholder, java.lang.String initialDate, ConfirmationDialogObject confirm)ExternalSelectElement(PlainTextObject placeholder, java.lang.String actionId, OptionObject initialOption, java.lang.Integer minQueryLength, ConfirmationDialogObject confirm)MultiChannelsSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.util.List<java.lang.String> initialChannels, ConfirmationDialogObject confirm, java.lang.Integer maxSelectedItems)MultiConversationsSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.util.List<java.lang.String> initialConversations, java.lang.Boolean defaultToCurrentConversation, ConfirmationDialogObject confirm, java.lang.Integer maxSelectedItems, ConversationsFilter filter)MultiExternalSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.util.List<OptionObject> initialOptions, java.lang.Integer minQueryLength, ConfirmationDialogObject confirm, java.lang.Integer maxSelectedItems)MultiStaticSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.util.List<OptionObject> options, java.util.List<OptionGroupObject> optionGroups, java.util.List<OptionObject> initialOptions, ConfirmationDialogObject confirm, java.lang.Integer maxSelectedItems)MultiUsersSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.util.List<java.lang.String> initialUsers, ConfirmationDialogObject confirm, java.lang.Integer maxSelectedItems)OverflowMenuElement(java.lang.String actionId, java.util.List<OptionObject> options, ConfirmationDialogObject confirm)RadioButtonsElement(java.lang.String actionId, java.util.List<OptionObject> options, OptionObject initialOption, ConfirmationDialogObject confirm)StaticSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.util.List<OptionObject> options, java.util.List<OptionGroupObject> optionGroups, OptionObject initialOption, ConfirmationDialogObject confirm)TimePickerElement(java.lang.String actionId, PlainTextObject placeholder, java.lang.String initialTime, ConfirmationDialogObject confirm)UsersSelectElement(PlainTextObject placeholder, java.lang.String actionId, java.lang.String initialUser, ConfirmationDialogObject confirm)