Uses of Class
com.slack.api.model.block.element.ExternalSelectElement.ExternalSelectElementBuilder
Packages that use ExternalSelectElement.ExternalSelectElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ExternalSelectElement.ExternalSelectElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return ExternalSelectElement.ExternalSelectElementBuilderModifier and TypeMethodDescriptionAn identifier for the action triggered when a menu option is selected.ExternalSelectElement.builder()ExternalSelectElement.ExternalSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.ExternalSelectElement.ExternalSelectElementBuilder.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.ExternalSelectElement.ExternalSelectElementBuilder.initialOption(OptionObject initialOption) A single option that exactly matches one of the options within the options or option_groups loaded from the external data source.ExternalSelectElement.ExternalSelectElementBuilder.minQueryLength(Integer minQueryLength) When the typeahead field is used, a request will be sent on every character change.ExternalSelectElement.ExternalSelectElementBuilder.placeholder(PlainTextObject placeholder) A plain_text only text object that defines the placeholder text shown on the menu.Method parameters in com.slack.api.model.block.element with type arguments of type ExternalSelectElement.ExternalSelectElementBuilderModifier and TypeMethodDescriptionstatic ExternalSelectElementBlockElements.externalSelect(ModelConfigurator<ExternalSelectElement.ExternalSelectElementBuilder> configurator)