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