Package com.consol.citrus.mail.model
Class BodyPart.Attachments
- java.lang.Object
-
- com.consol.citrus.mail.model.BodyPart.Attachments
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AttachmentPart>attachments
-
Constructor Summary
Constructors Constructor Description Attachments()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(AttachmentPart attachmentPart)List<AttachmentPart>getAttachments()
-
-
-
Field Detail
-
attachments
protected List<AttachmentPart> attachments
-
-
Method Detail
-
getAttachments
public List<AttachmentPart> getAttachments()
-
add
public void add(AttachmentPart attachmentPart)
-
-