Uses of Class
com.slack.api.model.block.element.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(java.lang.String actionId)static StaticSelectElement.StaticSelectElementBuilderStaticSelectElement. builder()StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. confirm(ConfirmationDialogObject confirm)StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. initialOption(OptionObject initialOption)StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. optionGroups(java.util.List<OptionGroupObject> optionGroups)An array of option group objects.StaticSelectElement.StaticSelectElementBuilderStaticSelectElement.StaticSelectElementBuilder. options(java.util.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)