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