Uses of Class
com.openexchange.mail.dataobjects.MailFolderDescription

Packages that use MailFolderDescription
com.openexchange.mail   
com.openexchange.mail.api   
com.openexchange.mail.json.parser   
 

Uses of MailFolderDescription in com.openexchange.mail
 

Methods in com.openexchange.mail with parameters of type MailFolderDescription
abstract  java.lang.String MailServletInterface.saveFolder(MailFolderDescription mailFolder)
          Creates a new mail folder described by given MailFolderObject instance
 

Uses of MailFolderDescription in com.openexchange.mail.api
 

Methods in com.openexchange.mail.api with parameters of type MailFolderDescription
 java.lang.String IMailFolderStorage.createFolder(MailFolderDescription toCreate)
          Creates a new mail folder with attributes taken from given mail folder description
abstract  java.lang.String MailFolderStorage.createFolder(MailFolderDescription toCreate)
           
 java.lang.String IMailFolderStorage.updateFolder(java.lang.String fullname, MailFolderDescription toUpdate)
          Updates an existing mail folder identified through given fullname.
abstract  java.lang.String MailFolderStorage.updateFolder(java.lang.String fullname, MailFolderDescription toUpdate)
           
 

Uses of MailFolderDescription in com.openexchange.mail.json.parser
 

Methods in com.openexchange.mail.json.parser with parameters of type MailFolderDescription
static void FolderParser.parse(org.json.JSONObject jsonObj, MailFolderDescription mailFolder, com.openexchange.session.Session session, int accountId)
          Parses given instance of JSONObject to given instance of MailFolder