| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction.views |
| Modifier and Type | Method and Description |
|---|---|
ViewRadioButtonGroup |
ViewRadioButtonGroup.Builder.build()
Builds a new
ViewRadioButtonGroup. |
static ViewRadioButtonGroup |
ViewRadioButtonGroup.copyOf(ViewRadioButtonGroupIF instance)
Creates an immutable copy of a
ViewRadioButtonGroupIF value. |
ViewRadioButtonGroup |
ViewRadioButtonGroup.withSelectedOption(Option value)
Copy the current immutable object by setting a present value for the optional
selectedOption attribute. |
ViewRadioButtonGroup |
ViewRadioButtonGroup.withSelectedOption(Optional<Option> optional)
Copy the current immutable object by setting an optional value for the
selectedOption attribute. |
ViewRadioButtonGroup |
ViewRadioButtonGroup.withType(ViewInputType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2020. All rights reserved.