| Package | Description |
|---|---|
| com.slack.api.model.block.element |
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CheckboxesElement.CheckboxesElementBuilder |
CheckboxesElement.CheckboxesElementBuilder.actionId(String actionId)
An identifier for the action triggered when the checkbox group is changed.
|
static CheckboxesElement.CheckboxesElementBuilder |
CheckboxesElement.builder() |
CheckboxesElement.CheckboxesElementBuilder |
CheckboxesElement.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.CheckboxesElementBuilder |
CheckboxesElement.CheckboxesElementBuilder.initialOptions(List<OptionObject> initialOptions)
An array of option objects that exactly matches one or more of the options within options.
|
CheckboxesElement.CheckboxesElementBuilder |
CheckboxesElement.CheckboxesElementBuilder.options(List<OptionObject> options)
An array of option objects.
|
| Modifier and Type | Method and Description |
|---|---|
static CheckboxesElement |
BlockElements.checkboxes(ModelConfigurator<CheckboxesElement.CheckboxesElementBuilder> configurator) |
Copyright © 2020. All rights reserved.