public static enum APIManagerSetupExportParams.Type extends Enum<APIManagerSetupExportParams.Type>
| Enum Constant and Description |
|---|
alerts |
config |
customProperties |
policies |
remotehosts |
| Modifier and Type | Method and Description |
|---|---|
static APIManagerSetupExportParams.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIManagerSetupExportParams.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIManagerSetupExportParams.Type config
public static final APIManagerSetupExportParams.Type alerts
public static final APIManagerSetupExportParams.Type remotehosts
public static final APIManagerSetupExportParams.Type policies
public static final APIManagerSetupExportParams.Type customProperties
public static APIManagerSetupExportParams.Type[] values()
for (APIManagerSetupExportParams.Type c : APIManagerSetupExportParams.Type.values()) System.out.println(c);
public static APIManagerSetupExportParams.Type 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 nullCopyright © 2020. All rights reserved.