public static enum DatasetFormatDetails.FormatType extends Enum<DatasetFormatDetails.FormatType> implements BmcEnum
The format type. DOCUMENT format is for record contents that are PDFs or TIFFs. IMAGE format is for record contents that are JPEGs or PNGs. TEXT format is for record contents that are TXT files.
Enum Constant and Description |
---|
Document |
Image |
Text |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DatasetFormatDetails.FormatType |
create(String key) |
String |
getValue() |
static DatasetFormatDetails.FormatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetFormatDetails.FormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatasetFormatDetails.FormatType Document
public static final DatasetFormatDetails.FormatType Image
public static final DatasetFormatDetails.FormatType Text
public static final DatasetFormatDetails.FormatType UnknownEnumValue
public static DatasetFormatDetails.FormatType[] values()
for (DatasetFormatDetails.FormatType c : DatasetFormatDetails.FormatType.values()) System.out.println(c);
public static DatasetFormatDetails.FormatType 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 static DatasetFormatDetails.FormatType create(String key)
Copyright © 2016–2024. All rights reserved.