Uses of Class
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.Channel
| Package | Description |
|---|---|
| com.slack.api.app_backend.interactive_components.payload |
-
Uses of AttachmentActionPayload.Channel in com.slack.api.app_backend.interactive_components.payload
Methods in com.slack.api.app_backend.interactive_components.payload that return AttachmentActionPayload.Channel Modifier and Type Method Description AttachmentActionPayload.ChannelAttachmentActionPayload. getChannel()Methods in com.slack.api.app_backend.interactive_components.payload with parameters of type AttachmentActionPayload.Channel Modifier and Type Method Description AttachmentActionPayload.AttachmentActionPayloadBuilderAttachmentActionPayload.AttachmentActionPayloadBuilder. channel(AttachmentActionPayload.Channel channel)voidAttachmentActionPayload. setChannel(AttachmentActionPayload.Channel channel)Constructors in com.slack.api.app_backend.interactive_components.payload with parameters of type AttachmentActionPayload.Channel Constructor Description AttachmentActionPayload(java.util.List<AttachmentActionPayload.Action> actions, java.lang.String callbackId, AttachmentActionPayload.Enterprise enterprise, AttachmentActionPayload.Team team, AttachmentActionPayload.Channel channel, AttachmentActionPayload.User user, java.lang.String actionTs, java.lang.String messageTs, java.lang.String attachmentId, java.lang.String token, boolean appUnfurl, AttachmentActionPayload.OriginalMessage originalMessage, java.lang.String responseUrl, java.lang.String triggerId, boolean isEnterpriseInstall)