Class AttachmentActionPayload.AttachmentActionPayloadBuilder
java.lang.Object
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.AttachmentActionPayloadBuilder
- Enclosing class:
- AttachmentActionPayload
public static class AttachmentActionPayload.AttachmentActionPayloadBuilder
extends java.lang.Object
-
Method Summary
-
Method Details
-
actions
public AttachmentActionPayload.AttachmentActionPayloadBuilder actions(java.util.List<AttachmentActionPayload.Action> actions)- Returns:
this.
-
callbackId
public AttachmentActionPayload.AttachmentActionPayloadBuilder callbackId(java.lang.String callbackId)- Returns:
this.
-
enterprise
public AttachmentActionPayload.AttachmentActionPayloadBuilder enterprise(AttachmentActionPayload.Enterprise enterprise)- Returns:
this.
-
team
public AttachmentActionPayload.AttachmentActionPayloadBuilder team(AttachmentActionPayload.Team team)- Returns:
this.
-
channel
public AttachmentActionPayload.AttachmentActionPayloadBuilder channel(AttachmentActionPayload.Channel channel)- Returns:
this.
-
user
public AttachmentActionPayload.AttachmentActionPayloadBuilder user(AttachmentActionPayload.User user)- Returns:
this.
-
actionTs
- Returns:
this.
-
messageTs
public AttachmentActionPayload.AttachmentActionPayloadBuilder messageTs(java.lang.String messageTs)- Returns:
this.
-
attachmentId
public AttachmentActionPayload.AttachmentActionPayloadBuilder attachmentId(java.lang.String attachmentId)- Returns:
this.
-
token
- Returns:
this.
-
appUnfurl
- Returns:
this.
-
originalMessage
public AttachmentActionPayload.AttachmentActionPayloadBuilder originalMessage(AttachmentActionPayload.OriginalMessage originalMessage)- Returns:
this.
-
responseUrl
public AttachmentActionPayload.AttachmentActionPayloadBuilder responseUrl(java.lang.String responseUrl)- Returns:
this.
-
triggerId
public AttachmentActionPayload.AttachmentActionPayloadBuilder triggerId(java.lang.String triggerId)- Returns:
this.
-
isEnterpriseInstall
public AttachmentActionPayload.AttachmentActionPayloadBuilder isEnterpriseInstall(boolean isEnterpriseInstall)- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-