public static enum MailboxItemFlag.System extends java.lang.Enum<MailboxItemFlag.System>
| Enum Constant and Description | 
|---|
Answered  | 
Deleted  | 
Draft  | 
Flagged  | 
Seen  | 
| Modifier and Type | Method and Description | 
|---|---|
MailboxItemFlag | 
value()  | 
static MailboxItemFlag.System | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MailboxItemFlag.System[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MailboxItemFlag.System Answered
public static final MailboxItemFlag.System Flagged
public static final MailboxItemFlag.System Deleted
public static final MailboxItemFlag.System Draft
public static final MailboxItemFlag.System Seen
public static MailboxItemFlag.System[] values()
for (MailboxItemFlag.System c : MailboxItemFlag.System.values()) System.out.println(c);
public static MailboxItemFlag.System valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic MailboxItemFlag value()
Copyright © 2023. All Rights Reserved.