Uses of Class
com.slack.api.model.block.element.StaticSelectElement.StaticSelectElementBuilder
-
Packages that use StaticSelectElement.StaticSelectElementBuilder 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 StaticSelectElement.StaticSelectElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return StaticSelectElement.StaticSelectElementBuilder Modifier and Type Method Description StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. actionId(String actionId)static StaticSelectElement.StaticSelectElementBuilderStaticSelectElement. builder()StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after a menu item is selected.StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. focusOnLoad(Boolean focusOnLoad)Indicates whether the element will be set to autofocus within the view object.StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. initialOption(OptionObject initialOption)A single option that exactly matches one of the options within options or option_groups.StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. optionGroups(List<OptionGroupObject> optionGroups)An array of option group objects.StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. options(List<OptionObject> options)An array of option objects.StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. placeholder(PlainTextObject placeholder)Method parameters in com.slack.api.model.block.element with type arguments of type StaticSelectElement.StaticSelectElementBuilder Modifier and Type Method Description static StaticSelectElementBlockElements. staticSelect(ModelConfigurator<StaticSelectElement.StaticSelectElementBuilder> configurator)
-