| Package | Description |
|---|---|
| com.hubspot.slack.client.models.dialog.form.elements |
| Modifier and Type | Method and Description |
|---|---|
SlackFormSelectElement |
SlackFormSelectElement.Builder.build()
Builds a new
SlackFormSelectElement. |
static SlackFormSelectElement |
SlackFormSelectElement.copyOf(AbstractSlackFormSelectElement instance)
Creates an immutable copy of a
AbstractSlackFormSelectElement value. |
SlackFormSelectElement |
SlackFormSelectElement.withDataSource(SlackDataSource dataSource)
Copy the current immutable object by setting a value for the
dataSource attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withLabel(String label)
Copy the current immutable object by setting a value for the
label attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withMinQueryLength(Integer value)
Copy the current immutable object by setting a present value for the optional
minQueryLength attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withMinQueryLength(Optional<Integer> optional)
Copy the current immutable object by setting an optional value for the
minQueryLength attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withName(String name)
Copy the current immutable object by setting a value for the
name attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withOptional(Boolean value)
Copy the current immutable object by setting a present value for the optional
optional attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withOptional(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
optional attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withOptionGroups(Iterable<? extends SlackFormOptionGroup> elements)
Copy the current immutable object with elements that replace the content of
optionGroups. |
SlackFormSelectElement |
SlackFormSelectElement.withOptionGroups(SlackFormOptionGroup... elements)
Copy the current immutable object with elements that replace the content of
optionGroups. |
SlackFormSelectElement |
SlackFormSelectElement.withOptions(Iterable<? extends 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.withPlaceholder(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
placeholder attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withPlaceholder(String value)
Copy the current immutable object by setting a present value for the optional
placeholder attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withSelectedOptions(Iterable<? extends SlackFormOption> elements)
Copy the current immutable object with elements that replace the content of
selectedOptions. |
SlackFormSelectElement |
SlackFormSelectElement.withSelectedOptions(SlackFormOption... elements)
Copy the current immutable object with elements that replace the content of
selectedOptions. |
SlackFormSelectElement |
SlackFormSelectElement.withType(SlackFormElementTypes type)
Copy the current immutable object by setting a value for the
type attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withValue(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
value attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withValue(String value)
Copy the current immutable object by setting a present value for the optional
value attribute. |
Copyright © 2019. All rights reserved.