public static enum MailboxRecord.InternalFlag extends java.lang.Enum<MailboxRecord.InternalFlag>
Enum Constant and Description |
---|
archived |
expunged |
needsCleanup |
unlinked |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<MailboxRecord.InternalFlag> |
of(int value) |
static int |
valueOf(java.lang.Iterable<MailboxRecord.InternalFlag> flags) |
static MailboxRecord.InternalFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailboxRecord.InternalFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailboxRecord.InternalFlag needsCleanup
public static final MailboxRecord.InternalFlag archived
public static final MailboxRecord.InternalFlag unlinked
public static final MailboxRecord.InternalFlag expunged
public static MailboxRecord.InternalFlag[] values()
for (MailboxRecord.InternalFlag c : MailboxRecord.InternalFlag.values()) System.out.println(c);
public static MailboxRecord.InternalFlag 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 static java.util.Collection<MailboxRecord.InternalFlag> of(int value)
public static int valueOf(java.lang.Iterable<MailboxRecord.InternalFlag> flags)
Copyright © 2021. All Rights Reserved.