| Package | Description |
|---|---|
| com.hubspot.slack.client.models.actions | |
| com.hubspot.slack.client.models.dialog.form.elements |
| Modifier and Type | Method and Description |
|---|---|
static SlackDataSource |
SlackDataSource.get(String key) |
static SlackDataSource |
SlackDataSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlackDataSource[] |
SlackDataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SlackDataSource> |
Action.getDataSource() |
Optional<SlackDataSource> |
ActionIF.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.setDataSource(SlackDataSource dataSource)
Initializes the optional value
dataSource to dataSource. |
Action |
Action.withDataSource(SlackDataSource value)
Copy the current immutable object by setting a present value for the optional
dataSource attribute. |
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.setDataSource(Optional<SlackDataSource> dataSource)
Initializes the optional value
dataSource to dataSource. |
Action |
Action.withDataSource(Optional<SlackDataSource> optional)
Copy the current immutable object by setting an optional value for the
dataSource attribute. |
| Modifier and Type | Method and Description |
|---|---|
SlackDataSource |
SlackFormSelectElement.getDataSource() |
SlackDataSource |
AbstractSlackFormSelectElement.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
SlackFormSelectElement.Builder |
SlackFormSelectElement.Builder.setDataSource(SlackDataSource dataSource)
Initializes the value for the
dataSource attribute. |
SlackFormSelectElement |
SlackFormSelectElement.withDataSource(SlackDataSource dataSource)
Copy the current immutable object by setting a value for the
dataSource attribute. |
Copyright © 2019. All rights reserved.