public enum EmailMetadataKey extends Enum<EmailMetadataKey>
| Modifier and Type | Method and Description |
|---|---|
static EmailMetadataKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailMetadataKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmailMetadataKey STRING
public static final EmailMetadataKey MULTIPART
public static final EmailMetadataKey ANY
public static EmailMetadataKey[] values()
for (EmailMetadataKey c : EmailMetadataKey.values()) System.out.println(c);
public static EmailMetadataKey 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 © 2003–2017 MuleSoft, Inc.. All rights reserved.