Uses of Class
com.slack.api.model.block.element.StaticSelectElement.StaticSelectElementBuilder
Packages that use StaticSelectElement.StaticSelectElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of StaticSelectElement.StaticSelectElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return StaticSelectElement.StaticSelectElementBuilderModifier and TypeMethodDescriptionStaticSelectElement.builder()StaticSelectElement.StaticSelectElementBuilder.confirm(ConfirmationDialogObject confirm) A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.StaticSelectElement.StaticSelectElementBuilder.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.StaticSelectElement.StaticSelectElementBuilder.initialOption(OptionObject initialOption) A single option that exactly matches one of the options within options or option_groups.StaticSelectElement.StaticSelectElementBuilder.optionGroups(List<OptionGroupObject> optionGroups) An array of option group objects.StaticSelectElement.StaticSelectElementBuilder.options(List<OptionObject> options) An array of option objects.StaticSelectElement.StaticSelectElementBuilder.placeholder(PlainTextObject placeholder) Method parameters in com.slack.api.model.block.element with type arguments of type StaticSelectElement.StaticSelectElementBuilderModifier and TypeMethodDescriptionstatic StaticSelectElementBlockElements.staticSelect(ModelConfigurator<StaticSelectElement.StaticSelectElementBuilder> configurator)