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