public static enum EmailConstants.ActionAfterProcessed extends Enum<EmailConstants.ActionAfterProcessed>
| Enum Constant and Description |
|---|
ANSWERED |
DELETE |
FLAGGED |
MOVE |
SEEN |
| Modifier and Type | Method and Description |
|---|---|
static EmailConstants.ActionAfterProcessed |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailConstants.ActionAfterProcessed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailConstants.ActionAfterProcessed MOVE
public static final EmailConstants.ActionAfterProcessed SEEN
public static final EmailConstants.ActionAfterProcessed DELETE
public static final EmailConstants.ActionAfterProcessed FLAGGED
public static final EmailConstants.ActionAfterProcessed ANSWERED
public static EmailConstants.ActionAfterProcessed[] values()
for (EmailConstants.ActionAfterProcessed c : EmailConstants.ActionAfterProcessed.values()) System.out.println(c);
public static EmailConstants.ActionAfterProcessed 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 © 2019 WSO2. All rights reserved.