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