public static enum APIManagerAdapter.CacheType extends Enum<APIManagerAdapter.CacheType>
| Enum Constant and Description |
|---|
applicationAPIAccessCache |
applicationsCache |
applicationsCredentialCache |
applicationsQuotaCache |
applicationsSubscriptionCache |
oauthClientProviderCache |
organizationAPIAccessCache |
organizationCache |
| Modifier and Type | Method and Description |
|---|---|
static APIManagerAdapter.CacheType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIManagerAdapter.CacheType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIManagerAdapter.CacheType applicationAPIAccessCache
public static final APIManagerAdapter.CacheType organizationAPIAccessCache
public static final APIManagerAdapter.CacheType oauthClientProviderCache
public static final APIManagerAdapter.CacheType applicationsCache
public static final APIManagerAdapter.CacheType applicationsSubscriptionCache
public static final APIManagerAdapter.CacheType applicationsQuotaCache
public static final APIManagerAdapter.CacheType applicationsCredentialCache
public static final APIManagerAdapter.CacheType organizationCache
public static APIManagerAdapter.CacheType[] values()
for (APIManagerAdapter.CacheType c : APIManagerAdapter.CacheType.values()) System.out.println(c);
public static APIManagerAdapter.CacheType 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.