Uses of Class
io.quarkiverse.mailpit.test.model.Attachment
-
Packages that use Attachment Package Description io.quarkiverse.mailpit.test.model -
-
Uses of Attachment in io.quarkiverse.mailpit.test.model
Methods in io.quarkiverse.mailpit.test.model that return Attachment Modifier and Type Method Description AttachmentAttachment. contentID(String contentID)AttachmentAttachment. contentType(String contentType)AttachmentAttachment. fileName(String fileName)AttachmentAttachment. partID(String partID)AttachmentAttachment. size(Long size)Methods in io.quarkiverse.mailpit.test.model that return types with arguments of type Attachment Modifier and Type Method Description List<Attachment>Message. getAttachments()Message attachmentsList<Attachment>Message. getInline()Inline message attachmentsMethods in io.quarkiverse.mailpit.test.model with parameters of type Attachment Modifier and Type Method Description MessageMessage. addAttachmentsItem(Attachment attachmentsItem)MessageMessage. addInlineItem(Attachment inlineItem)Method parameters in io.quarkiverse.mailpit.test.model with type arguments of type Attachment Modifier and Type Method Description MessageMessage. attachments(List<Attachment> attachments)MessageMessage. inline(List<Attachment> inline)voidMessage. setAttachments(List<Attachment> attachments)voidMessage. setInline(List<Attachment> inline)
-