Uses of Class
com.slack.api.model.block.element.CheckboxesElement.CheckboxesElementBuilder
| 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 CheckboxesElement.CheckboxesElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return CheckboxesElement.CheckboxesElementBuilder Modifier and Type Method Description CheckboxesElement.CheckboxesElementBuilderCheckboxesElement.CheckboxesElementBuilder. actionId(String actionId)An identifier for the action triggered when the checkbox group is changed.static CheckboxesElement.CheckboxesElementBuilderCheckboxesElement. builder()CheckboxesElement.CheckboxesElementBuilderCheckboxesElement.CheckboxesElementBuilder. confirm(ConfirmationDialogObject confirm)A confirm object that defines an optional confirmation dialog that appears after clicking one of the checkboxes in this element.CheckboxesElement.CheckboxesElementBuilderCheckboxesElement.CheckboxesElementBuilder. initialOptions(List<OptionObject> initialOptions)An array of option objects that exactly matches one or more of the options within options.CheckboxesElement.CheckboxesElementBuilderCheckboxesElement.CheckboxesElementBuilder. options(List<OptionObject> options)An array of option objects.Method parameters in com.slack.api.model.block.element with type arguments of type CheckboxesElement.CheckboxesElementBuilder Modifier and Type Method Description static CheckboxesElementBlockElements. checkboxes(ModelConfigurator<CheckboxesElement.CheckboxesElementBuilder> configurator)