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