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