Uses of Class
com.slack.api.model.block.element.ChannelsSelectElement.ChannelsSelectElementBuilder
Packages that use ChannelsSelectElement.ChannelsSelectElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ChannelsSelectElement.ChannelsSelectElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return ChannelsSelectElement.ChannelsSelectElementBuilderModifier and TypeMethodDescriptionAn identifier for the action triggered when a menu option is selected.ChannelsSelectElement.builder()ChannelsSelectElement.ChannelsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.ChannelsSelectElement.ChannelsSelectElementBuilder.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.ChannelsSelectElement.ChannelsSelectElementBuilder.initialChannel(String initialChannel) The ID of any valid public channel to be pre-selected when the menu loads.ChannelsSelectElement.ChannelsSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.ChannelsSelectElement.ChannelsSelectElementBuilder.responseUrlEnabled(Boolean responseUrlEnabled) This field only works with menus in input blocks in modals.Method parameters in com.slack.api.model.block.element with type arguments of type ChannelsSelectElement.ChannelsSelectElementBuilderModifier and TypeMethodDescriptionstatic ChannelsSelectElementBlockElements.channelsSelect(ModelConfigurator<ChannelsSelectElement.ChannelsSelectElementBuilder> configurator)