public enum BrAPIWSMIMEDataTypes extends Enum<BrAPIWSMIMEDataTypes> implements BrAPIEnum
| Enum Constant and Description |
|---|
APPLICATION_EXCEL |
APPLICATION_FLAPJACK |
APPLICATION_JSON |
APPLICATION_ZIP |
TEXT_CSV |
TEXT_TSV |
| Modifier and Type | Method and Description |
|---|---|
static BrAPIWSMIMEDataTypes |
fromValue(String text) |
String |
getBrapiValue() |
String |
toString() |
static BrAPIWSMIMEDataTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPIWSMIMEDataTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrAPIWSMIMEDataTypes APPLICATION_JSON
public static final BrAPIWSMIMEDataTypes TEXT_CSV
public static final BrAPIWSMIMEDataTypes TEXT_TSV
public static final BrAPIWSMIMEDataTypes APPLICATION_FLAPJACK
public static final BrAPIWSMIMEDataTypes APPLICATION_EXCEL
public static final BrAPIWSMIMEDataTypes APPLICATION_ZIP
public static BrAPIWSMIMEDataTypes[] values()
for (BrAPIWSMIMEDataTypes c : BrAPIWSMIMEDataTypes.values()) System.out.println(c);
public static BrAPIWSMIMEDataTypes 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 nullpublic String toString()
toString in class Enum<BrAPIWSMIMEDataTypes>public static BrAPIWSMIMEDataTypes fromValue(String text)
public String getBrapiValue()
getBrapiValue in interface BrAPIEnumCopyright © 2023. All rights reserved.