Uses of Class
org.javlo.mailing.MailService.Attachment
-
Packages that use MailService.Attachment Package Description org.javlo.mailing -
-
Uses of MailService.Attachment in org.javlo.mailing
Methods in org.javlo.mailing that return types with arguments of type MailService.Attachment Modifier and Type Method Description Collection<MailService.Attachment>
EMail. getAttachments()
Methods in org.javlo.mailing with parameters of type MailService.Attachment Modifier and Type Method Description void
EMail. addAttachment(MailService.Attachment attachment)
Method parameters in org.javlo.mailing with type arguments of type MailService.Attachment Modifier and Type Method Description void
EMail. setAttachments(Collection<MailService.Attachment> attachments)
-