-
public interface AttachmentFile
-
-
Method Summary
-
-
Method Detail
-
getSize
abstract long getSize()
File size in bytes
-
getContentType
abstract String getContentType()
File mimetype, for example `application/pdf`
-
isDeleted
abstract boolean isDeleted()
Whether the file has been deleted
-
-
-
-