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