Uses of Class
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.Team
| Package | Description |
|---|---|
| com.slack.api.app_backend.interactive_components.payload |
-
Uses of AttachmentActionPayload.Team in com.slack.api.app_backend.interactive_components.payload
Methods in com.slack.api.app_backend.interactive_components.payload that return AttachmentActionPayload.Team Modifier and Type Method Description AttachmentActionPayload.TeamAttachmentActionPayload. getTeam()Methods in com.slack.api.app_backend.interactive_components.payload with parameters of type AttachmentActionPayload.Team Modifier and Type Method Description voidAttachmentActionPayload. setTeam(AttachmentActionPayload.Team team)AttachmentActionPayload.AttachmentActionPayloadBuilderAttachmentActionPayload.AttachmentActionPayloadBuilder. team(AttachmentActionPayload.Team team)Constructors in com.slack.api.app_backend.interactive_components.payload with parameters of type AttachmentActionPayload.Team Constructor Description AttachmentActionPayload(java.util.List<AttachmentActionPayload.Action> actions, java.lang.String callbackId, AttachmentActionPayload.Enterprise enterprise, AttachmentActionPayload.Team team, AttachmentActionPayload.Channel channel, AttachmentActionPayload.User user, java.lang.String actionTs, java.lang.String messageTs, java.lang.String attachmentId, java.lang.String token, boolean appUnfurl, AttachmentActionPayload.OriginalMessage originalMessage, java.lang.String responseUrl, java.lang.String triggerId, boolean isEnterpriseInstall)