Uses of Class
com.slack.api.model.block.element.RadioButtonsElement.RadioButtonsElementBuilder
-
Packages that use RadioButtonsElement.RadioButtonsElementBuilder 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 RadioButtonsElement.RadioButtonsElementBuilder in com.slack.api.model.block.element
Methods in com.slack.api.model.block.element that return RadioButtonsElement.RadioButtonsElementBuilder Modifier and Type Method Description RadioButtonsElement.RadioButtonsElementBuilderRadioButtonsElement.RadioButtonsElementBuilder. actionId(String actionId)An identifier for the action triggered when the radio button group is changed.static RadioButtonsElement.RadioButtonsElementBuilderRadioButtonsElement. builder()RadioButtonsElement.RadioButtonsElementBuilderRadioButtonsElement.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.RadioButtonsElementBuilderRadioButtonsElement.RadioButtonsElementBuilder. focusOnLoad(Boolean focusOnLoad)Indicates whether the element will be set to autofocus within the view object.RadioButtonsElement.RadioButtonsElementBuilderRadioButtonsElement.RadioButtonsElementBuilder. initialOption(OptionObject initialOption)An option object that exactly matches one of the options within options.RadioButtonsElement.RadioButtonsElementBuilderRadioButtonsElement.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.RadioButtonsElementBuilder Modifier and Type Method Description static RadioButtonsElementBlockElements. radioButtons(ModelConfigurator<RadioButtonsElement.RadioButtonsElementBuilder> configurator)
-