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