Uses of Class
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.Action
Packages that use AttachmentActionPayload.Action
-
Uses of AttachmentActionPayload.Action in com.slack.api.app_backend.interactive_components.payload
Methods in com.slack.api.app_backend.interactive_components.payload that return types with arguments of type AttachmentActionPayload.ActionMethod parameters in com.slack.api.app_backend.interactive_components.payload with type arguments of type AttachmentActionPayload.ActionModifier and TypeMethodDescriptionAttachmentActionPayload.AttachmentActionPayloadBuilder.actions(List<AttachmentActionPayload.Action> actions) voidAttachmentActionPayload.setActions(List<AttachmentActionPayload.Action> actions) Constructor parameters in com.slack.api.app_backend.interactive_components.payload with type arguments of type AttachmentActionPayload.ActionModifierConstructorDescriptionAttachmentActionPayload(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)