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