| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
static Shortcut.Builder |
Shortcut.builder()
Creates a builder for
Shortcut. |
Shortcut.Builder |
Shortcut.Builder.from(ShortcutIF instance)
Fill a builder with attribute values from the provided
com.hubspot.slack.client.models.interaction.ShortcutIF 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. |
Shortcut.Builder |
Shortcut.Builder.setActionTs(String actionTs)
Initializes the value for the
actionTs attribute. |
Shortcut.Builder |
Shortcut.Builder.setCallbackId(String callbackId)
Initializes the value for the
callbackId attribute. |
Shortcut.Builder |
Shortcut.Builder.setTeam(SlackTeam team)
Initializes the value for the
team attribute. |
Shortcut.Builder |
Shortcut.Builder.setToken(String token)
Initializes the value for the
token attribute. |
Shortcut.Builder |
Shortcut.Builder.setTriggerId(String triggerId)
Initializes the value for the
triggerId attribute. |
Shortcut.Builder |
Shortcut.Builder.setType(InteractiveCallbackType type)
Initializes the value for the
type attribute. |
Shortcut.Builder |
Shortcut.Builder.setUser(SlackUserLite user)
Initializes the value for the
user attribute. |
Copyright © 2020. All rights reserved.