Uses of Class
com.slack.api.app_backend.interactive_components.payload.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(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)