public static enum APIFilter.Builder.APIType extends Enum<APIFilter.Builder.APIType>
| Enum Constant and Description |
|---|
ACTUAL_API
APIs are created with:
- includingQuotas
- Methods translated to name
- Policies have the external name
- Client-Organizations and -Applications are initialized
|
CUSTOM |
DESIRED_API |
| Modifier and Type | Method and Description |
|---|---|
static APIFilter.Builder.APIType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIFilter.Builder.APIType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIFilter.Builder.APIType ACTUAL_API
public static final APIFilter.Builder.APIType DESIRED_API
public static final APIFilter.Builder.APIType CUSTOM
public static APIFilter.Builder.APIType[] values()
for (APIFilter.Builder.APIType c : APIFilter.Builder.APIType.values()) System.out.println(c);
public static APIFilter.Builder.APIType 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.