Uses of Class
com.consol.citrus.mail.model.AttachmentPart
-
Packages that use AttachmentPart Package Description com.consol.citrus.mail.model -
-
Uses of AttachmentPart in com.consol.citrus.mail.model
Fields in com.consol.citrus.mail.model with type parameters of type AttachmentPart Modifier and Type Field Description protected List<AttachmentPart>BodyPart.Attachments. attachmentsMethods in com.consol.citrus.mail.model that return AttachmentPart Modifier and Type Method Description AttachmentPartObjectFactory. createAttachmentPart()Create an instance ofAttachmentPartMethods in com.consol.citrus.mail.model that return types with arguments of type AttachmentPart Modifier and Type Method Description List<AttachmentPart>BodyPart.Attachments. getAttachments()Methods in com.consol.citrus.mail.model with parameters of type AttachmentPart Modifier and Type Method Description voidBodyPart.Attachments. add(AttachmentPart attachmentPart)voidBodyPart. addPart(AttachmentPart part)Adds new attachment part.
-