Uses of Class
com.cumulocity.model.email.Attachment
Packages that use Attachment
-
Uses of Attachment in com.cumulocity.model.email
Methods in com.cumulocity.model.email that return AttachmentMethods in com.cumulocity.model.email with parameters of type AttachmentModifier and TypeMethodDescriptionvoid
Email.setAttachments
(Attachment[] attachments) Email.withAttachments
(Attachment[] attachments) EmailBuilder.withAttachments
(Attachment... attachments) Constructors in com.cumulocity.model.email with parameters of type Attachment -
Uses of Attachment in com.cumulocity.rest.representation.email
Methods in com.cumulocity.rest.representation.email that return AttachmentMethods in com.cumulocity.rest.representation.email with parameters of type AttachmentModifier and TypeMethodDescriptionEmailRepresentation.EmailRepresentationBuilder.attachments
(Attachment[] attachments) void
EmailRepresentation.setAttachments
(Attachment[] attachments) EmailRepresentation.withAttachments
(Attachment[] attachments) Constructors in com.cumulocity.rest.representation.email with parameters of type AttachmentModifierConstructorDescriptionEmailRepresentation
(String replyTo, String[] to, String[] cc, String[] bcc, String subject, String text, Attachment[] attachments)