public static enum ConfigurationExportRequestBuilder.FORMAT extends java.lang.Enum<ConfigurationExportRequestBuilder.FORMAT>
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationExportRequestBuilder.FORMAT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationExportRequestBuilder.FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationExportRequestBuilder.FORMAT json
public static final ConfigurationExportRequestBuilder.FORMAT xml
public static ConfigurationExportRequestBuilder.FORMAT[] values()
for (ConfigurationExportRequestBuilder.FORMAT c : ConfigurationExportRequestBuilder.FORMAT.values()) System.out.println(c);
public static ConfigurationExportRequestBuilder.FORMAT valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2020. All Rights Reserved.