Uses of Class
com.cumulocity.model.email.Attachment
-
Uses of Attachment in com.cumulocity.model.email
Modifier and TypeMethodDescriptionvoid
Email.setAttachments
(Attachment[] attachments) Email.withAttachments
(Attachment[] attachments) EmailBuilder.withAttachments
(Attachment... attachments) -
Uses of Attachment in com.cumulocity.rest.representation.email
Modifier and TypeMethodDescriptionEmailRepresentation.EmailRepresentationBuilder.attachments
(Attachment[] attachments) void
EmailRepresentation.setAttachments
(Attachment[] attachments) EmailRepresentation.withAttachments
(Attachment[] attachments) ModifierConstructorDescriptionEmailRepresentation
(String replyTo, String[] to, String[] cc, String[] bcc, String subject, String text, Attachment[] attachments)