Uses of Class
io.quarkiverse.mailpit.test.model.Attachment
Packages that use Attachment
-
Uses of Attachment in io.quarkiverse.mailpit.test.model
Methods in io.quarkiverse.mailpit.test.model that return AttachmentMethods in io.quarkiverse.mailpit.test.model that return types with arguments of type AttachmentModifier and TypeMethodDescriptionMessage.getAttachments()Message attachmentsMessage.getInline()Inline message attachmentsMethods in io.quarkiverse.mailpit.test.model with parameters of type AttachmentModifier and TypeMethodDescriptionMessage.addAttachmentsItem(Attachment attachmentsItem) Message.addInlineItem(Attachment inlineItem) Method parameters in io.quarkiverse.mailpit.test.model with type arguments of type AttachmentModifier and TypeMethodDescriptionMessage.attachments(List<Attachment> attachments) Message.inline(List<Attachment> inline) voidMessage.setAttachments(List<Attachment> attachments) voidMessage.setInline(List<Attachment> inline)