com.openexchange.mail.json.writer
Class FolderWriter.MailFolderFieldWriter
java.lang.Object
com.openexchange.mail.json.writer.FolderWriter.MailFolderFieldWriter
- Enclosing class:
- FolderWriter
public abstract static class FolderWriter.MailFolderFieldWriter
- extends java.lang.Object
|
Method Summary |
void |
writeField(FolderWriter.JSONValuePutter jsonContainer,
int accountId,
MailFolder folder)
|
void |
writeField(FolderWriter.JSONValuePutter jsonContainer,
int accountId,
MailFolder folder,
java.lang.String name,
int hasSubfolders)
|
abstract void |
writeField(FolderWriter.JSONValuePutter putter,
int accountId,
MailFolder folder,
java.lang.String name,
int hasSubfolders,
java.lang.String fullName,
int module,
boolean all)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FolderWriter.MailFolderFieldWriter
public FolderWriter.MailFolderFieldWriter()
writeField
public void writeField(FolderWriter.JSONValuePutter jsonContainer,
int accountId,
MailFolder folder)
throws MailException
- Throws:
MailException
writeField
public void writeField(FolderWriter.JSONValuePutter jsonContainer,
int accountId,
MailFolder folder,
java.lang.String name,
int hasSubfolders)
throws MailException
- Throws:
MailException
writeField
public abstract void writeField(FolderWriter.JSONValuePutter putter,
int accountId,
MailFolder folder,
java.lang.String name,
int hasSubfolders,
java.lang.String fullName,
int module,
boolean all)
throws MailException
- Throws:
MailException