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