| Package | Description |
|---|---|
| com.hubspot.slack.client.models.interaction |
| Modifier and Type | Method and Description |
|---|---|
InteractiveAction |
InteractiveAction.Builder.build()
Builds a new
InteractiveAction. |
static InteractiveAction |
InteractiveAction.copyOf(InteractiveActionIF instance)
Creates an immutable copy of a
InteractiveActionIF value. |
InteractiveAction |
InteractiveAction.withActions(Action... elements)
Copy the current immutable object with elements that replace the content of
actions. |
InteractiveAction |
InteractiveAction.withActions(Iterable<? extends Action> elements)
Copy the current immutable object with elements that replace the content of
actions. |
InteractiveAction |
InteractiveAction.withActionTs(String actionTs)
Copy the current immutable object by setting a value for the
actionTs attribute. |
InteractiveAction |
InteractiveAction.withAppUnfurl(boolean appUnfurl)
Copy the current immutable object by setting a value for the
appUnfurl attribute. |
InteractiveAction |
InteractiveAction.withAttachmentId(int attachmentId)
Copy the current immutable object by setting a value for the
attachmentId attribute. |
InteractiveAction |
InteractiveAction.withCallbackId(String callbackId)
Copy the current immutable object by setting a value for the
callbackId attribute. |
InteractiveAction |
InteractiveAction.withChannel(SlackChannel channel)
Copy the current immutable object by setting a value for the
channel attribute. |
InteractiveAction |
InteractiveAction.withMessageTs(String messageTs)
Copy the current immutable object by setting a value for the
messageTs attribute. |
InteractiveAction |
InteractiveAction.withOriginalMessage(LiteMessage value)
Copy the current immutable object by setting a present value for the optional
originalMessage attribute. |
InteractiveAction |
InteractiveAction.withOriginalMessage(Optional<LiteMessage> optional)
Copy the current immutable object by setting an optional value for the
originalMessage attribute. |
InteractiveAction |
InteractiveAction.withResponseUrl(String responseUrl)
Copy the current immutable object by setting a value for the
responseUrl attribute. |
InteractiveAction |
InteractiveAction.withTeam(SlackTeam team)
Copy the current immutable object by setting a value for the
team attribute. |
InteractiveAction |
InteractiveAction.withToken(String token)
Copy the current immutable object by setting a value for the
token attribute. |
InteractiveAction |
InteractiveAction.withTriggerId(String triggerId)
Copy the current immutable object by setting a value for the
triggerId attribute. |
InteractiveAction |
InteractiveAction.withType(InteractiveCallbackType type)
Copy the current immutable object by setting a value for the
type attribute. |
InteractiveAction |
InteractiveAction.withUser(SlackUserLite user)
Copy the current immutable object by setting a value for the
user attribute. |
Copyright © 2019. All rights reserved.