Class MessageShortcutPayload.MessageShortcutPayloadBuilder
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.MessageShortcutPayload.MessageShortcutPayloadBuilder
- Enclosing class:
- MessageShortcutPayload
public static class MessageShortcutPayload.MessageShortcutPayloadBuilder
extends java.lang.Object
-
Method Summary
-
Method Details
-
callbackId
public MessageShortcutPayload.MessageShortcutPayloadBuilder callbackId(java.lang.String callbackId)- Returns:
this.
-
triggerId
- Returns:
this.
-
messageTs
- Returns:
this.
-
responseUrl
public MessageShortcutPayload.MessageShortcutPayloadBuilder responseUrl(java.lang.String responseUrl)- Returns:
this.
-
message
- Returns:
this.
-
enterprise
public MessageShortcutPayload.MessageShortcutPayloadBuilder enterprise(MessageShortcutPayload.Enterprise enterprise)- Returns:
this.
-
team
- Returns:
this.
-
user
- Returns:
this.
-
channel
public MessageShortcutPayload.MessageShortcutPayloadBuilder channel(MessageShortcutPayload.Channel channel)- Returns:
this.
-
token
- Returns:
this.
-
actionTs
- Returns:
this.
-
isEnterpriseInstall
public MessageShortcutPayload.MessageShortcutPayloadBuilder isEnterpriseInstall(boolean isEnterpriseInstall)- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-