public abstract class EmailAttachmentBase extends Attachment
Provides a base class for email attachments.
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Gets the attached file content.
|
String |
getContentId()
Gets the content id of this <>
EmailAttachmentBase . |
String |
getMediaType()
Gets the media type of this <>
EmailAttachmentBase . |
void |
setContent(byte[] value)
Sets the attached file content.
|
createWatermarker, createWatermarker, createWatermarker, getDocumentInfo, updateContent
public final String getContentId()
EmailAttachmentBase
.EmailAttachmentBase
.public final String getMediaType()
EmailAttachmentBase
.EmailAttachmentBase
.public byte[] getContent()
Gets the attached file content.
getContent
in class Attachment
public void setContent(byte[] value)
Sets the attached file content.
setContent
in class Attachment
value
- The attached file content.