Uses of Class
com.slack.api.model.block.composition.DispatchActionConfig
| Package | Description |
|---|---|
| com.slack.api.model.block.composition |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| com.slack.api.model.block.element |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of DispatchActionConfig in com.slack.api.model.block.composition
Methods in com.slack.api.model.block.composition that return DispatchActionConfig Modifier and Type Method Description DispatchActionConfigDispatchActionConfig.DispatchActionConfigBuilder. build()static DispatchActionConfigBlockCompositions. dispatchActionConfig(ModelConfigurator<DispatchActionConfig.DispatchActionConfigBuilder> configurator) -
Uses of DispatchActionConfig in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return DispatchActionConfig Modifier and Type Method Description DispatchActionConfigPlainTextInputElement. getDispatchActionConfig()Methods in com.slack.api.model.block.element with parameters of type DispatchActionConfig Modifier and Type Method Description PlainTextInputElement.PlainTextInputElementBuilderPlainTextInputElement.PlainTextInputElementBuilder. dispatchActionConfig(DispatchActionConfig dispatchActionConfig)voidPlainTextInputElement. setDispatchActionConfig(DispatchActionConfig dispatchActionConfig)Constructors in com.slack.api.model.block.element with parameters of type DispatchActionConfig Constructor Description PlainTextInputElement(String actionId, PlainTextObject placeholder, String initialValue, boolean multiline, Integer minLength, Integer maxLength, DispatchActionConfig dispatchActionConfig)