public static enum ExportDetails.OutputFormat extends Enum<ExportDetails.OutputFormat> implements BmcEnum
Specifies the format for the returned results.
Modifier and Type | Method and Description |
---|---|
static ExportDetails.OutputFormat |
create(String key) |
String |
getValue() |
static ExportDetails.OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportDetails.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportDetails.OutputFormat Csv
public static final ExportDetails.OutputFormat Json
public static ExportDetails.OutputFormat[] values()
for (ExportDetails.OutputFormat c : ExportDetails.OutputFormat.values()) System.out.println(c);
public static ExportDetails.OutputFormat 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 ExportDetails.OutputFormat create(String key)
Copyright © 2016–2024. All rights reserved.