| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockActionsIF |
interface |
DialogSubmissionIF |
interface |
InteractiveActionIF |
interface |
MessageActionIF |
interface |
ShortcutIF |
interface |
ViewClosedIF |
interface |
ViewSubmissionIF |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockActions
Immutable implementation of
BlockActionsIF. |
class |
DialogSubmission
Immutable implementation of
DialogSubmissionIF. |
class |
InteractiveAction
Immutable implementation of
InteractiveActionIF. |
class |
MessageAction
Immutable implementation of
MessageActionIF. |
class |
Shortcut
Immutable implementation of
ShortcutIF. |
class |
ViewClosed
Immutable implementation of
ViewClosedIF. |
class |
ViewSubmission
Immutable implementation of
ViewSubmissionIF. |
| Modifier and Type | Method and Description |
|---|---|
ViewSubmission.Builder |
ViewSubmission.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
DialogSubmission.Builder |
DialogSubmission.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
InteractiveAction.Builder |
InteractiveAction.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
Shortcut.Builder |
Shortcut.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
MessageAction.Builder |
MessageAction.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
BlockActions.Builder |
BlockActions.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
ViewClosed.Builder |
ViewClosed.Builder.from(SlackInteractiveCallback instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.SlackInteractiveCallback instance. |
Copyright © 2020. All rights reserved.