public class AttachmentFolderData extends Object
| Modifier and Type | Method and Description |
|---|---|
AttachmentData |
getAttachmentFile(String fileName)
To get a the information of an attachment
AttachmentData by
specifying the fileName |
List<AttachmentData> |
getAttachmentFiles()
To get all the attachment file as
AttachmentDatain List. |
List<AttachmentData> |
getAttachmentFilesByType(String fileType)
To get all the attachment file as
AttachmentData in List by file
type |
AttachmentFolderData |
getAttachmentFolder(String folderName)
To get all the attachment folder as
AttachmentFolderData by
folder name. |
List<AttachmentFolderData> |
getAttachmentFolders()
To get all the attachment folders
|
String |
getFolderName()
To get the name of the attachment folder.
|
String |
getFolderUri()
To get the URI of the folder.
|
public AttachmentData getAttachmentFile(String fileName)
AttachmentData by
specifying the fileNamethe - fileName as StringAttachmentDatapublic List<AttachmentData> getAttachmentFiles()
AttachmentDatain List.AttachmentData as Listpublic List<AttachmentData> getAttachmentFilesByType(String fileType)
AttachmentData in List by file
typefileType - the type of the file.AttachmentData as Listpublic AttachmentFolderData getAttachmentFolder(String folderName)
AttachmentFolderData by
folder name.folderName - the name of the folder.AttachmentFolderDatapublic List<AttachmentFolderData> getAttachmentFolders()
AttachmentFolderData as List.public String getFolderName()
public String getFolderUri()