Uses of Class
com.slack.api.app_backend.interactive_components.payload.AttachmentActionPayload.Action
-
Packages that use AttachmentActionPayload.Action Package Description com.slack.api.app_backend.interactive_components.payload -
-
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.Action Modifier and Type Method Description List<AttachmentActionPayload.Action>AttachmentActionPayload. getActions()Method parameters in com.slack.api.app_backend.interactive_components.payload with type arguments of type AttachmentActionPayload.Action Modifier and Type Method Description AttachmentActionPayload.AttachmentActionPayloadBuilderAttachmentActionPayload.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.Action Constructor Description AttachmentActionPayload(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)
-