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
AttachmentData in 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 StringAttachmentData
public List<AttachmentData> getAttachmentFiles()
AttachmentData
in 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.AttachmentFolderData
public List<AttachmentFolderData> getAttachmentFolders()
AttachmentFolderData
as List.public String getFolderName()
public String getFolderUri()