| Package | Description |
|---|---|
| com.hubspot.slack.client.models.dialog.form.elements |
| Modifier and Type | Method and Description |
|---|---|
SlackFormOptionGroup |
SlackFormOptionGroup.Builder.build()
Builds a new
SlackFormOptionGroup. |
static SlackFormOptionGroup |
SlackFormOptionGroup.copyOf(SlackFormOptionGroupIF instance)
Creates an immutable copy of a
SlackFormOptionGroupIF value. |
SlackFormOptionGroup |
SlackFormOptionGroup.withLabel(String label)
Copy the current immutable object by setting a value for the
label attribute. |
SlackFormOptionGroup |
SlackFormOptionGroup.withOptions(Iterable<? extends SlackFormOption> elements)
Copy the current immutable object with elements that replace the content of
options. |
SlackFormOptionGroup |
SlackFormOptionGroup.withOptions(SlackFormOption... elements)
Copy the current immutable object with elements that replace the content of
options. |
| Modifier and Type | Method and Description |
|---|---|
List<SlackFormOptionGroup> |
SlackFormSelectElement.getOptionGroups() |
abstract List<SlackFormOptionGroup> |
AbstractSlackFormSelectElement.getOptionGroups() |
| Modifier and Type | Method and Description |
|---|---|
SlackFormSelectElement.Builder |
SlackFormSelectElement.Builder.addOptionGroups(SlackFormOptionGroup... elements)
Adds elements to
optionGroups list. |
SlackFormSelectElement.Builder |
SlackFormSelectElement.Builder.addOptionGroups(SlackFormOptionGroup element)
Adds one element to
optionGroups list. |
SlackFormSelectElement |
SlackFormSelectElement.withOptionGroups(SlackFormOptionGroup... elements)
Copy the current immutable object with elements that replace the content of
optionGroups. |
| Modifier and Type | Method and Description |
|---|---|
SlackFormSelectElement.Builder |
SlackFormSelectElement.Builder.addAllOptionGroups(Iterable<? extends SlackFormOptionGroup> elements)
Adds elements to
optionGroups list. |
SlackFormSelectElement.Builder |
SlackFormSelectElement.Builder.setOptionGroups(Iterable<? extends SlackFormOptionGroup> elements)
Sets or replaces all elements for
optionGroups list. |
SlackFormSelectElement |
SlackFormSelectElement.withOptionGroups(Iterable<? extends SlackFormOptionGroup> elements)
Copy the current immutable object with elements that replace the content of
optionGroups. |
Copyright © 2019. All rights reserved.