Uses of Class
com.consol.citrus.mail.model.BodyPart.Attachments
-
Packages that use BodyPart.Attachments Package Description com.consol.citrus.mail.model -
-
Uses of BodyPart.Attachments in com.consol.citrus.mail.model
Fields in com.consol.citrus.mail.model declared as BodyPart.Attachments Modifier and Type Field Description protected BodyPart.AttachmentsBodyPart. attachmentsMethods in com.consol.citrus.mail.model that return BodyPart.Attachments Modifier and Type Method Description BodyPart.AttachmentsObjectFactory. createBodyPartAttachments()Create an instance ofBodyPart.AttachmentsBodyPart.AttachmentsBodyPart. getAttachments()Gets the attachment list.Methods in com.consol.citrus.mail.model with parameters of type BodyPart.Attachments Modifier and Type Method Description voidBodyPart. setAttachments(BodyPart.Attachments attachments)Sets the attachment list.
-