public interface Attachment
Attachment
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Attachment file name.
|
FileType |
getFileType()
Attachment file type.
|
String |
getId()
Unique identifier of the attachment in context of a single file that contains this attachment.
|
long |
getSize()
Attachment file size in bytes.
|