public class AttachmentData extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAttachmentUri()
To get the attachement URI
|
byte[] |
getFileContent()
To get the file content in byte
|
String |
getFileName()
To get the file name
|
String |
getFileType()
To get the file type
|
public String getAttachmentUri()
public byte[] getFileContent()
throws IOException
IOExceptionpublic String getFileName()
public String getFileType()