Uses of Class
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.Team
-
Packages that use 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(List<AttachmentActionPayload.Action> actions, String callbackId, AttachmentActionPayload.Team team, AttachmentActionPayload.Channel channel, AttachmentActionPayload.User user, String actionTs, String messageTs, String attachmentId, String token, boolean appUnfurl, AttachmentActionPayload.OriginalMessage originalMessage, String responseUrl, String triggerId)
-