Uses of Class
com.slack.api.model.block.element.RadioButtonsElement.RadioButtonsElementBuilder
Packages that use RadioButtonsElement.RadioButtonsElementBuilder
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of RadioButtonsElement.RadioButtonsElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return RadioButtonsElement.RadioButtonsElementBuilderModifier and TypeMethodDescriptionAn identifier for the action triggered when the radio button group is changed.RadioButtonsElement.builder()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.focusOnLoad(Boolean focusOnLoad) Indicates whether the element will be set to autofocus within the view object.RadioButtonsElement.RadioButtonsElementBuilder.initialOption(OptionObject initialOption) An option object that exactly matches one of the options within options.RadioButtonsElement.RadioButtonsElementBuilder.options(List<OptionObject> options) An array of option objects.Method parameters in com.slack.api.model.block.element with type arguments of type RadioButtonsElement.RadioButtonsElementBuilderModifier and TypeMethodDescriptionstatic RadioButtonsElementBlockElements.radioButtons(ModelConfigurator<RadioButtonsElement.RadioButtonsElementBuilder> configurator)