Uses of Class
com.slack.api.app_backend.interactive_components.payload.MessageShortcutPayload.User
-
Packages that use MessageShortcutPayload.User Package Description com.slack.api.app_backend.interactive_components.payload -
-
Uses of MessageShortcutPayload.User in com.slack.api.app_backend.interactive_components.payload
Methods in com.slack.api.app_backend.interactive_components.payload that return MessageShortcutPayload.User Modifier and Type Method Description MessageShortcutPayload.UserMessageShortcutPayload. getUser()Methods in com.slack.api.app_backend.interactive_components.payload with parameters of type MessageShortcutPayload.User Modifier and Type Method Description voidMessageShortcutPayload. setUser(MessageShortcutPayload.User user)MessageShortcutPayload.MessageShortcutPayloadBuilderMessageShortcutPayload.MessageShortcutPayloadBuilder. user(MessageShortcutPayload.User user)Constructors in com.slack.api.app_backend.interactive_components.payload with parameters of type MessageShortcutPayload.User 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)
-