Class MessageShortcutPayload.MessageShortcutPayloadBuilder
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.MessageShortcutPayload.MessageShortcutPayloadBuilder
- Enclosing class:
- MessageShortcutPayload
-
Method Summary
Modifier and TypeMethodDescriptionbuild()callbackId(String callbackId) channel(MessageShortcutPayload.Channel channel) enterprise(MessageShortcutPayload.Enterprise enterprise) isEnterpriseInstall(boolean isEnterpriseInstall) responseUrl(String responseUrl) toString()
-
Method Details
-
callbackId
- Returns:
this.
-
triggerId
- Returns:
this.
-
messageTs
- Returns:
this.
-
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
-