|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailListField | |
|---|---|
| com.openexchange.mail | |
| com.openexchange.mail.cache | |
| com.openexchange.mail.json.writer | |
| Uses of MailListField in com.openexchange.mail |
|---|
| Methods in com.openexchange.mail that return MailListField | |
|---|---|
static MailListField |
MailListField.getBy(java.lang.String jsonName)
Gets a field by the JSON name |
static MailListField |
MailListField.getField(int field)
Determines the corresponding MailListField constant to given int value |
static MailListField[] |
MailListField.getFields(int[] fields)
Creates an array of MailListField corresponding to given int values |
MailListField |
MailSortField.getListField()
|
MailListField |
MailField.getListField()
Gets the corresponding instance of MailListField or null if none exists. |
static MailListField[] |
MailField.toListFields(java.util.Collection<MailField> fields)
Gets the corresponding instances of MailListField for specified collection of MailField. |
static MailListField[] |
MailField.toListFields(MailField[] fields)
Gets the corresponding instances of MailListField for specified instances of MailField. |
static MailListField |
MailListField.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MailListField[] |
MailListField.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in com.openexchange.mail with parameters of type MailListField | |
|---|---|
static MailField |
MailField.toField(MailListField listField)
Gets the corresponding instance of MailField for specified instance of MailListField. |
static MailField[] |
MailField.toFields(MailListField[] listFields)
Gets the corresponding instances of MailField for specified instances of MailListField. |
| Uses of MailListField in com.openexchange.mail.cache |
|---|
| Methods in com.openexchange.mail.cache with parameters of type MailListField | |
|---|---|
void |
MailMessageCache.updateCachedMessages(int accountId,
java.lang.String fullname,
int userId,
int cid,
MailListField[] changedFields,
java.lang.Object[] newValues)
Updates cached message |
void |
MailMessageCache.updateCachedMessages(java.lang.String[] uids,
int accountId,
java.lang.String fullname,
int userId,
int cid,
MailListField[] changedFields,
java.lang.Object[] newValues)
Updates cached message |
| Uses of MailListField in com.openexchange.mail.json.writer |
|---|
| Methods in com.openexchange.mail.json.writer with parameters of type MailListField | |
|---|---|
static MessageWriter.MailFieldWriter[] |
MessageWriter.getMailFieldWriter(MailListField[] fields)
Generates appropriate field writers for given mail fields |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||