| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
Shortcut |
Shortcut.Builder.build()
Builds a new
Shortcut. |
static Shortcut |
Shortcut.copyOf(ShortcutIF instance)
Creates an immutable copy of a
ShortcutIF value. |
Shortcut |
Shortcut.withActionTs(String actionTs)
Copy the current immutable object by setting a value for the
actionTs attribute. |
Shortcut |
Shortcut.withCallbackId(String callbackId)
Copy the current immutable object by setting a value for the
callbackId attribute. |
Shortcut |
Shortcut.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
Shortcut |
Shortcut.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
Shortcut |
Shortcut.withTriggerId(String triggerId)
Copy the current immutable object by setting a value for the
triggerId attribute. |
Shortcut |
Shortcut.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
Shortcut |
Shortcut.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
Copyright © 2020. All rights reserved.