public static enum MessageManager.MetaData.FetchGroup extends Enum<MessageManager.MetaData.FetchGroup>
MessageManager.MetaData.
These are always set: - HIGHESTMODSEQ - PERMANENTFLAGS - UIDNEXT -
UIDVALIDITY - MODSEQPERMANET - WRITABLE| Enum Constant and Description |
|---|
FIRST_UNSEEN
Only include the first unseen and the recent count
|
NO_COUNT
Only return the "always set" metadata as documented above
|
NO_UNSEEN
Only include the message and recent count
|
UNSEEN_COUNT
Only include the unseen message and recent count
|
| Modifier and Type | Method and Description |
|---|---|
static MessageManager.MetaData.FetchGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageManager.MetaData.FetchGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageManager.MetaData.FetchGroup NO_UNSEEN
public static final MessageManager.MetaData.FetchGroup UNSEEN_COUNT
public static final MessageManager.MetaData.FetchGroup FIRST_UNSEEN
public static final MessageManager.MetaData.FetchGroup NO_COUNT
public static MessageManager.MetaData.FetchGroup[] values()
for (MessageManager.MetaData.FetchGroup c : MessageManager.MetaData.FetchGroup.values()) System.out.println(c);
public static MessageManager.MetaData.FetchGroup valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.