Uses of Class
com.slack.api.app_backend.interactive_components.payload.GlobalShortcutPayload.User
-
Packages that use GlobalShortcutPayload.User Package Description com.slack.api.app_backend.interactive_components.payload -
-
Uses of GlobalShortcutPayload.User in com.slack.api.app_backend.interactive_components.payload
Methods in com.slack.api.app_backend.interactive_components.payload that return GlobalShortcutPayload.User Modifier and Type Method Description GlobalShortcutPayload.UserGlobalShortcutPayload. getUser()Methods in com.slack.api.app_backend.interactive_components.payload with parameters of type GlobalShortcutPayload.User Modifier and Type Method Description voidGlobalShortcutPayload. setUser(GlobalShortcutPayload.User user)GlobalShortcutPayload.GlobalShortcutPayloadBuilderGlobalShortcutPayload.GlobalShortcutPayloadBuilder. user(GlobalShortcutPayload.User user)Constructors in com.slack.api.app_backend.interactive_components.payload with parameters of type GlobalShortcutPayload.User Constructor Description GlobalShortcutPayload(String token, String actionTs, GlobalShortcutPayload.Team team, GlobalShortcutPayload.User user, String callbackId, String triggerId)
-