Uses of Class
com.slack.api.model.block.InputBlock.InputBlockBuilder
| Package | Description |
|---|---|
| com.slack.api.model.block |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
-
Uses of InputBlock.InputBlockBuilder in com.slack.api.model.block
Methods in com.slack.api.model.block that return InputBlock.InputBlockBuilder Modifier and Type Method Description InputBlock.InputBlockBuilderInputBlock.InputBlockBuilder. blockId(String blockId)static InputBlock.InputBlockBuilderInputBlock. builder()InputBlock.InputBlockBuilderInputBlock.InputBlockBuilder. dispatchAction(Boolean dispatchAction)A boolean that indicates whether or not use of element in this block should dispatch a block_actions payload.InputBlock.InputBlockBuilderInputBlock.InputBlockBuilder. element(BlockElement element)A plain-text input element, a select menu element, a multi-select menu, or a datepicker element.InputBlock.InputBlockBuilderInputBlock.InputBlockBuilder. hint(PlainTextObject hint)An optional hint that appears below an input element in a lighter grey.InputBlock.InputBlockBuilderInputBlock.InputBlockBuilder. label(PlainTextObject label)A label that appears above an input element in the form of a text object that must have type of plain_text.InputBlock.InputBlockBuilderInputBlock.InputBlockBuilder. optional(boolean optional)A boolean that indicates whether the input element may be empty when a user submits the modal.Method parameters in com.slack.api.model.block with type arguments of type InputBlock.InputBlockBuilder Modifier and Type Method Description static InputBlockBlocks. input(ModelConfigurator<InputBlock.InputBlockBuilder> configurator)