@Deprecated public class EmailAttachment extends AttachmentBase implements Serializable
Class that describes email attachment.
Constructor and Description |
---|
EmailAttachment()
Deprecated.
|
EmailAttachment(String sourceDocumentGuid,
String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
long |
getSize()
Deprecated.
|
void |
setSize(long value)
Deprecated.
|
getDocumentType, getDocumentTypeFormat, getExtension, getFileType, getName, getSourceDocumentGuid, setName, setSourceDocumentGuid
@Deprecated public EmailAttachment(String sourceDocumentGuid, String name)
Initializes a new instance of the EmailAttachment
class.
sourceDocumentGuid
- The source document GUID.name
- The attachment name.@Deprecated public EmailAttachment()
File data serialization requires parameterless constructor.
@Deprecated public long getSize()
Gets attachment size.
@Deprecated public void setSize(long value)
Sets attachment size.
value
- a long.Copyright © 2018. All rights reserved.