Package | Description |
---|---|
net.gpedro.integrations.slack |
Modifier and Type | Field and Description |
---|---|
private SlackActionType |
SlackAction.type |
Modifier and Type | Method and Description |
---|---|
SlackActionType |
SlackAction.getType() |
static SlackActionType |
SlackActionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlackActionType[] |
SlackActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SlackAction.setType(SlackActionType type) |
Constructor and Description |
---|
SlackAction(java.lang.String name,
java.lang.String text,
SlackActionType type,
java.lang.String value) |