Uses of Class
com.slack.api.model.block.element.ConversationsSelectElement.ConversationsSelectElementBuilder
Packages that use ConversationsSelectElement.ConversationsSelectElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ConversationsSelectElement.ConversationsSelectElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return ConversationsSelectElement.ConversationsSelectElementBuilderModifier and TypeMethodDescriptionAn identifier for the action triggered when a menu option is selected.ConversationsSelectElement.builder()ConversationsSelectElement.ConversationsSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.ConversationsSelectElement.ConversationsSelectElementBuilder.defaultToCurrentConversation(Boolean defaultToCurrentConversation) Pre-populates the select menu with the conversation that the user was viewing when they opened the modal, if available.ConversationsSelectElement.ConversationsSelectElementBuilder.filter(ConversationsFilter filter) A filter object that reduces the list of available conversations using the specified criteria.ConversationsSelectElement.ConversationsSelectElementBuilder.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.ConversationsSelectElement.ConversationsSelectElementBuilder.initialConversation(String initialConversation) The ID of any valid conversation to be pre-selected when the menu loads.ConversationsSelectElement.ConversationsSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.ConversationsSelectElement.ConversationsSelectElementBuilder.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 ConversationsSelectElement.ConversationsSelectElementBuilderModifier and TypeMethodDescriptionstatic ConversationsSelectElementBlockElements.conversationsSelect(ModelConfigurator<ConversationsSelectElement.ConversationsSelectElementBuilder> configurator)