public interface Attachment
Attachment
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Attachment file name.
|
String |
getFilePath()
Attachment relative path e.g.
|
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.
|
String getFileName()
String getFilePath()
FileType getFileType()
String getId()
long getSize()