Uses of Class
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.User
Packages that use AttachmentActionPayload.User
-
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.UserMethods in com.slack.api.app_backend.interactive_components.payload with parameters of type AttachmentActionPayload.UserModifier and TypeMethodDescriptionvoidAttachmentActionPayload.setUser(AttachmentActionPayload.User user) AttachmentActionPayload.AttachmentActionPayloadBuilder.user(AttachmentActionPayload.User user) Constructors in com.slack.api.app_backend.interactive_components.payload with parameters of type AttachmentActionPayload.UserModifierConstructorDescriptionAttachmentActionPayload(List<AttachmentActionPayload.Action> actions, String callbackId, AttachmentActionPayload.Enterprise enterprise, 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, boolean isEnterpriseInstall)