Uses of Class
com.cumulocity.model.email.Attachment
-
Packages that use Attachment Package Description com.cumulocity.model.email com.cumulocity.rest.representation.email -
-
Uses of Attachment in com.cumulocity.model.email
Methods in com.cumulocity.model.email that return Attachment Modifier and Type Method Description AttachmentAttachment.AttachmentBuilder. build()Attachment[]Email. getAttachments()Methods in com.cumulocity.model.email with parameters of type Attachment Modifier and Type Method Description voidEmail. setAttachments(Attachment[] attachments)EmailEmail. withAttachments(Attachment[] attachments)EmailBuilderEmailBuilder. withAttachments(Attachment... attachments)Constructors in com.cumulocity.model.email with parameters of type Attachment Constructor Description Email(String replyTo, String[] to, String[] cc, String[] bcc, String subject, String text, Attachment[] attachments) -
Uses of Attachment in com.cumulocity.rest.representation.email
Methods in com.cumulocity.rest.representation.email that return Attachment Modifier and Type Method Description Attachment[]EmailRepresentation. getAttachments()Methods in com.cumulocity.rest.representation.email with parameters of type Attachment Modifier and Type Method Description EmailRepresentation.EmailRepresentationBuilderEmailRepresentation.EmailRepresentationBuilder. attachments(Attachment[] attachments)voidEmailRepresentation. setAttachments(Attachment[] attachments)EmailRepresentationEmailRepresentation. withAttachments(Attachment[] attachments)Constructors in com.cumulocity.rest.representation.email with parameters of type Attachment Constructor Description EmailRepresentation(String replyTo, String[] to, String[] cc, String[] bcc, String subject, String text, Attachment[] attachments)
-