Uses of Class
com.slack.api.app_backend.interactive_components.payload.MessageShortcutPayload.Channel
-
Packages that use MessageShortcutPayload.Channel Package Description com.slack.api.app_backend.interactive_components.payload -
-
Uses of MessageShortcutPayload.Channel in com.slack.api.app_backend.interactive_components.payload
Methods in com.slack.api.app_backend.interactive_components.payload that return MessageShortcutPayload.Channel Modifier and Type Method Description MessageShortcutPayload.ChannelMessageShortcutPayload. getChannel()Methods in com.slack.api.app_backend.interactive_components.payload with parameters of type MessageShortcutPayload.Channel Modifier and Type Method Description MessageShortcutPayload.MessageShortcutPayloadBuilderMessageShortcutPayload.MessageShortcutPayloadBuilder. channel(MessageShortcutPayload.Channel channel)voidMessageShortcutPayload. setChannel(MessageShortcutPayload.Channel channel)Constructors in com.slack.api.app_backend.interactive_components.payload with parameters of type MessageShortcutPayload.Channel Constructor Description MessageShortcutPayload(String callbackId, String triggerId, String messageTs, String responseUrl, Message message, MessageShortcutPayload.Enterprise enterprise, MessageShortcutPayload.Team team, MessageShortcutPayload.User user, MessageShortcutPayload.Channel channel, String token, String actionTs, boolean isEnterpriseInstall)
-