Uses of Class
com.slack.api.model.block.element.ChannelsSelectElement.ChannelsSelectElementBuilder
-
Packages that use ChannelsSelectElement.ChannelsSelectElementBuilder Package Description com.slack.api.model.block.element 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.ChannelsSelectElementBuilder Modifier and Type Method Description ChannelsSelectElement.ChannelsSelectElementBuilderChannelsSelectElement.ChannelsSelectElementBuilder. actionId(String actionId)An identifier for the action triggered when a menu option is selected.static ChannelsSelectElement.ChannelsSelectElementBuilderChannelsSelectElement. builder()ChannelsSelectElement.ChannelsSelectElementBuilderChannelsSelectElement.ChannelsSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.ChannelsSelectElement.ChannelsSelectElementBuilderChannelsSelectElement.ChannelsSelectElementBuilder. initialChannel(String initialChannel)The ID of any valid public channel to be pre-selected when the menu loads.ChannelsSelectElement.ChannelsSelectElementBuilderChannelsSelectElement.ChannelsSelectElementBuilder. placeholder(PlainTextObject placeholder)A plain_text only text object that defines the placeholder text shown on the menu.ChannelsSelectElement.ChannelsSelectElementBuilderChannelsSelectElement.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.ChannelsSelectElementBuilder Modifier and Type Method Description static ChannelsSelectElementBlockElements. channelsSelect(ModelConfigurator<ChannelsSelectElement.ChannelsSelectElementBuilder> configurator)
-