public static enum EmailConstants.SearchTermKeys extends Enum<EmailConstants.SearchTermKeys>
| Modifier and Type | Method and Description |
|---|---|
static EmailConstants.SearchTermKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailConstants.SearchTermKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailConstants.SearchTermKeys BCC
public static final EmailConstants.SearchTermKeys CC
public static final EmailConstants.SearchTermKeys SUBJECT
public static final EmailConstants.SearchTermKeys TO
public static final EmailConstants.SearchTermKeys FROM
public static EmailConstants.SearchTermKeys[] values()
for (EmailConstants.SearchTermKeys c : EmailConstants.SearchTermKeys.values()) System.out.println(c);
public static EmailConstants.SearchTermKeys 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 © 2020 WSO2. All rights reserved.