Uses of Class
com.cumulocity.rest.representation.email.EmailRepresentation
-
Packages that use EmailRepresentation Package Description com.cumulocity.rest.representation.email -
-
Uses of EmailRepresentation in com.cumulocity.rest.representation.email
Methods in com.cumulocity.rest.representation.email that return EmailRepresentation Modifier and Type Method Description EmailRepresentationEmailRepresentation.EmailRepresentationBuilder. build()EmailRepresentationEmailRepresentation. withAttachments(Attachment[] attachments)EmailRepresentationEmailRepresentation. withBcc(String[] bcc)EmailRepresentationEmailRepresentation. withCc(String[] cc)EmailRepresentationEmailRepresentation. withReplyTo(String replyTo)EmailRepresentationEmailRepresentation. withSubject(String subject)EmailRepresentationEmailRepresentation. withText(String text)EmailRepresentationEmailRepresentation. withTo(String[] to)
-