@Deprecated public class EmailFileData extends FileData implements Serializable
Represents a container for Email document properties.
Constructor and Description |
---|
EmailFileData()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
getAttachments()
Deprecated.
|
void |
setAttachments(List<Attachment> value)
Deprecated.
|
getDateCreated, getDateModified, getMaxHeight, getMaxWidth, getPageCount, getPages, setDateCreated, setDateModified, setMaxHeight, setMaxWidth, setPageCount, setPages, toString
@Deprecated public EmailFileData()
Initializes a new instance of the EmailFileData
class.
@Deprecated public List<Attachment> getAttachments()
The email attachments.
getAttachments
in class FileData
@Deprecated public void setAttachments(List<Attachment> value)
The email attachments.
setAttachments
in class FileData
value
- a java$util$List object.Copyright © 2018. All rights reserved.