public interface Attachment
Attachment
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Attachment file name.
|
String |
getFilePath()
Attachment relative path e.g. "folder/file.docx"" or filename when the file is located in the root of an archive, in e-mail message or data file.
|
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()
Copyright © 2023. All rights reserved.