public static enum Export.MimeType extends Enum<Export.MimeType>
| Modifier and Type | Method and Description |
|---|---|
static Export.MimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Export.MimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Export.MimeType PDF
public static final Export.MimeType ZIP
public static final Export.MimeType _UNKNOWN
public static Export.MimeType[] values()
for (Export.MimeType c : Export.MimeType.values()) System.out.println(c);
public static Export.MimeType 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 © 2023 ChargeBee. All rights reserved.