| 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 |
|---|---|
RadioButtonsElement.RadioButtonsElementBuilder |
RadioButtonsElement.RadioButtonsElementBuilder.actionId(String actionId)
An identifier for the action triggered when the radio button group is changed.
|
static RadioButtonsElement.RadioButtonsElementBuilder |
RadioButtonsElement.builder() |
RadioButtonsElement.RadioButtonsElementBuilder |
RadioButtonsElement.RadioButtonsElementBuilder.confirm(ConfirmationDialogObject confirm)
A confirm object that defines an optional confirmation dialog
that appears after clicking one of the radio buttons in this element.
|
RadioButtonsElement.RadioButtonsElementBuilder |
RadioButtonsElement.RadioButtonsElementBuilder.initialOption(OptionObject initialOption)
An option object that exactly matches one of the options within options.
|
RadioButtonsElement.RadioButtonsElementBuilder |
RadioButtonsElement.RadioButtonsElementBuilder.options(List<OptionObject> options)
An array of option objects.
|
| Modifier and Type | Method and Description |
|---|---|
static RadioButtonsElement |
BlockElements.radioButtons(ModelConfigurator<RadioButtonsElement.RadioButtonsElementBuilder> configurator) |
Copyright © 2020. All rights reserved.