| Package | Description |
|---|---|
| com.hubspot.slack.client.models.blocks.elements |
| Modifier and Type | Method and Description |
|---|---|
RadioButtonGroup |
RadioButtonGroup.Builder.build()
Builds a new
RadioButtonGroup. |
static RadioButtonGroup |
RadioButtonGroup.copyOf(RadioButtonGroupIF instance)
Creates an immutable copy of a
RadioButtonGroupIF value. |
static RadioButtonGroup |
RadioButtonGroup.of(String actionId,
Iterable<? extends Option> options)
Construct a new immutable
RadioButtonGroup instance. |
static RadioButtonGroup |
RadioButtonGroup.of(String actionId,
List<Option> options)
Construct a new immutable
RadioButtonGroup instance. |
RadioButtonGroup |
RadioButtonGroup.withActionId(String actionId)
Copy the current immutable object by setting a value for the
actionId attribute. |
RadioButtonGroup |
RadioButtonGroup.withConfirmationDialog(ConfirmationDialog value)
Copy the current immutable object by setting a present value for the optional
confirmationDialog attribute. |
RadioButtonGroup |
RadioButtonGroup.withConfirmationDialog(Optional<ConfirmationDialog> optional)
Copy the current immutable object by setting an optional value for the
confirmationDialog attribute. |
RadioButtonGroup |
RadioButtonGroup.withInitialOption(Option value)
Copy the current immutable object by setting a present value for the optional
initialOption attribute. |
RadioButtonGroup |
RadioButtonGroup.withInitialOption(Optional<Option> optional)
Copy the current immutable object by setting an optional value for the
initialOption attribute. |
RadioButtonGroup |
RadioButtonGroup.withOptions(Iterable<? extends Option> elements)
Copy the current immutable object with elements that replace the content of
options. |
RadioButtonGroup |
RadioButtonGroup.withOptions(Option... elements)
Copy the current immutable object with elements that replace the content of
options. |
Copyright © 2019. All rights reserved.