| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
static InteractiveCallbackType |
InteractiveCallbackType.get(String key) |
InteractiveCallbackType |
ViewSubmission.getType() |
InteractiveCallbackType |
DialogSubmission.getType() |
InteractiveCallbackType |
InteractiveAction.getType() |
InteractiveCallbackType |
Shortcut.getType() |
InteractiveCallbackType |
MessageAction.getType() |
InteractiveCallbackType |
BlockActions.getType() |
InteractiveCallbackType |
ViewClosed.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 |
|---|---|
ViewSubmission.Builder |
ViewSubmission.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. |
InteractiveAction.Builder |
InteractiveAction.Builder.setType(InteractiveCallbackType type)
Initializes the value for the
type attribute. |
Shortcut.Builder |
Shortcut.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. |
BlockActions.Builder |
BlockActions.Builder.setType(InteractiveCallbackType type)
Initializes the value for the
type attribute. |
ViewClosed.Builder |
ViewClosed.Builder.setType(InteractiveCallbackType type)
Initializes the value for the
type attribute. |
ViewSubmission |
ViewSubmission.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. |
InteractiveAction |
InteractiveAction.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
Shortcut |
Shortcut.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. |
BlockActions |
BlockActions.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
ViewClosed |
ViewClosed.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
Copyright © 2020. All rights reserved.