Uses of Class
de.aristaflow.adept2.model.mail.SerialisableAttachment
- 
Packages that use SerialisableAttachment Package Description de.aristaflow.adept2.model.mail 
- 
- 
Uses of SerialisableAttachment in de.aristaflow.adept2.model.mailSubclasses of SerialisableAttachment in de.aristaflow.adept2.model.mail Modifier and Type Class Description classByteArrayAttachmentASerialisableAttachmenthaving plainbyte[]content.classDataSourceAttachmentASerialisableAttachmenthaving a datasource as content.classUDTAttachmentASerialisableAttachmenthaving anUDTValueas content.classURLAttachmentASerialisableAttachmentproviding aURLfor the content.Fields in de.aristaflow.adept2.model.mail declared as SerialisableAttachment Modifier and Type Field Description protected SerialisableAttachmentSerialisableAttachmentDataSource. attThe wrapped serialisable attachment.Methods in de.aristaflow.adept2.model.mail that return types with arguments of type SerialisableAttachment Modifier and Type Method Description List<SerialisableAttachment>Email. getAttachments()Gets the files attached to the mail or an empty list.Methods in de.aristaflow.adept2.model.mail with parameters of type SerialisableAttachment Modifier and Type Method Description EmailEmail. attachment(SerialisableAttachment att)Adds the designated attachment to this mail.Constructors in de.aristaflow.adept2.model.mail with parameters of type SerialisableAttachment Constructor Description SerialisableAttachmentDataSource(SerialisableAttachment att)Creates a new wrapper for aSerialisableAttachment.
 
-