Uses of Class
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.Channel
Packages that use AttachmentActionPayload.Channel
-
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.ChannelMethods in com.slack.api.app_backend.interactive_components.payload with parameters of type AttachmentActionPayload.ChannelModifier and TypeMethodDescriptionAttachmentActionPayload.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.ChannelModifierConstructorDescriptionAttachmentActionPayload(List<AttachmentActionPayload.Action> actions, String callbackId, AttachmentActionPayload.Enterprise enterprise, AttachmentActionPayload.Team team, AttachmentActionPayload.Channel channel, AttachmentActionPayload.User user, String actionTs, String messageTs, String attachmentId, String token, boolean appUnfurl, AttachmentActionPayload.OriginalMessage originalMessage, String responseUrl, String triggerId, boolean isEnterpriseInstall)