|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.openexchange.mail.json.parser.FolderParser
public final class FolderParser
FolderParser - Parses instances of JSONObject to instances of MailFolder
| Method Summary | |
|---|---|
static void |
parse(org.json.JSONObject jsonObj,
MailFolderDescription mailFolder,
com.openexchange.session.Session session,
int accountId)
Parses given instance of JSONObject to given instance of MailFolder |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void parse(org.json.JSONObject jsonObj,
MailFolderDescription mailFolder,
com.openexchange.session.Session session,
int accountId)
throws MailException
JSONObject to given instance of MailFolder
jsonObj - The JSON object (source)mailFolder - The mail folder (target), which should be emptysession - The sessionaccountId - The account ID
MailException - If parsing fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||