Uses of Interface
net.anwiba.commons.mail.IAttachment
-
Packages that use IAttachment Package Description net.anwiba.commons.mail -
-
Uses of IAttachment in net.anwiba.commons.mail
Classes in net.anwiba.commons.mail that implement IAttachment Modifier and Type Class Description classAttachmentMethods in net.anwiba.commons.mail that return types with arguments of type IAttachment Modifier and Type Method Description java.util.List<IAttachment>IMail. getAttachments()java.util.List<IAttachment>Mail. getAttachments()Constructor parameters in net.anwiba.commons.mail with type arguments of type IAttachment Constructor Description Mail(java.lang.String sender, java.lang.String replayRecipient, java.lang.String recipient, java.lang.String subject, IContent content, java.util.List<IAttachment> attachments)
-