Uses of Class
de.aristaflow.adept2.model.mail.SerialisableAttachment
Packages that use SerialisableAttachment
-
Uses of SerialisableAttachment in de.aristaflow.adept2.model.mail
Subclasses of SerialisableAttachment in de.aristaflow.adept2.model.mailModifier and TypeClassDescriptionclassASerialisableAttachmenthaving plainbyte[]content.classASerialisableAttachmenthaving a datasource as content.classASerialisableAttachmenthaving anUDTValueas content.classASerialisableAttachmentproviding aURLfor the content.Fields in de.aristaflow.adept2.model.mail declared as SerialisableAttachmentModifier and TypeFieldDescriptionprotected final SerialisableAttachmentSerialisableAttachmentDataSource.attThe wrapped serialisable attachment.Methods in de.aristaflow.adept2.model.mail that return types with arguments of type SerialisableAttachmentModifier and TypeMethodDescriptionEmail.getAttachments()Gets the files attached to the mail or an empty list.Methods in de.aristaflow.adept2.model.mail with parameters of type SerialisableAttachmentModifier and TypeMethodDescriptionEmail.attachment(SerialisableAttachment att) Adds the designated attachment to this mail.Constructors in de.aristaflow.adept2.model.mail with parameters of type SerialisableAttachmentModifierConstructorDescriptionCreates a new wrapper for aSerialisableAttachment.