public static enum MailThreadManager.MailAction extends Enum<MailThreadManager.MailAction>
Enum Constant and Description |
---|
ISSUE_COMMENTED_FROM_EMAIL |
ISSUE_CREATED_FROM_EMAIL |
Modifier and Type | Method and Description |
---|---|
static MailThreadManager.MailAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailThreadManager.MailAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailThreadManager.MailAction ISSUE_CREATED_FROM_EMAIL
public static final MailThreadManager.MailAction ISSUE_COMMENTED_FROM_EMAIL
public static MailThreadManager.MailAction[] values()
for (MailThreadManager.MailAction c : MailThreadManager.MailAction.values()) System.out.println(c);
public static MailThreadManager.MailAction 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 © 2002-2021 Atlassian. All Rights Reserved.