| Package | Description |
|---|---|
| com.hubspot.slack.client.models.actions |
| Modifier and Type | Method and Description |
|---|---|
static ActionType |
ActionType.get(String key) |
ActionType |
Action.getType() |
ActionType |
ActionIF.getType() |
static ActionType |
ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
Action.Builder.setType(ActionType type)
Initializes the value for the
type attribute. |
Action |
Action.withType(ActionType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2019. All rights reserved.