Uses of Class
com.kingsrook.qqq.backend.core.model.actions.messaging.Attachment
Packages that use Attachment
-
Uses of Attachment in com.kingsrook.qqq.backend.core.model.actions.messaging
Methods in com.kingsrook.qqq.backend.core.model.actions.messaging that return AttachmentModifier and TypeMethodDescriptionAttachment.withContents
(byte[] contents) Fluent setter for contentsFluent setter for nameMethods in com.kingsrook.qqq.backend.core.model.actions.messaging that return types with arguments of type AttachmentMethods in com.kingsrook.qqq.backend.core.model.actions.messaging with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
SendMessageInput.addAttachment
(Attachment attachment) SendMessageInput.withAttachment
(Attachment attachment) Method parameters in com.kingsrook.qqq.backend.core.model.actions.messaging with type arguments of type AttachmentModifier and TypeMethodDescriptionvoid
SendMessageInput.setAttachmentList
(List<Attachment> attachmentList) Setter for attachmentListSendMessageInput.withAttachmentList
(List<Attachment> attachmentList) Fluent setter for attachmentList