public static enum APIManagerAdapter.CUSTOM_PROP_TYPE extends Enum<APIManagerAdapter.CUSTOM_PROP_TYPE>
| Enum Constant and Description |
|---|
api |
application |
organization |
user |
| Modifier and Type | Method and Description |
|---|---|
static APIManagerAdapter.CUSTOM_PROP_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIManagerAdapter.CUSTOM_PROP_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIManagerAdapter.CUSTOM_PROP_TYPE api
public static final APIManagerAdapter.CUSTOM_PROP_TYPE user
public static final APIManagerAdapter.CUSTOM_PROP_TYPE organization
public static final APIManagerAdapter.CUSTOM_PROP_TYPE application
public static APIManagerAdapter.CUSTOM_PROP_TYPE[] values()
for (APIManagerAdapter.CUSTOM_PROP_TYPE c : APIManagerAdapter.CUSTOM_PROP_TYPE.values()) System.out.println(c);
public static APIManagerAdapter.CUSTOM_PROP_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.