public static enum Apim4xApiDto.TypeEnum extends Enum<Apim4xApiDto.TypeEnum>
| Enum Constant and Description |
|---|
ASYNC |
GRAPHQL |
HTTP |
SOAP |
SOAPTOREST |
SSE |
WEBHOOK |
WEBSUB |
WS |
| Modifier and Type | Method and Description |
|---|---|
static Apim4xApiDto.TypeEnum |
fromValue(String v) |
String |
toString() |
String |
value() |
static Apim4xApiDto.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Apim4xApiDto.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Apim4xApiDto.TypeEnum HTTP
public static final Apim4xApiDto.TypeEnum WS
public static final Apim4xApiDto.TypeEnum SOAPTOREST
public static final Apim4xApiDto.TypeEnum SOAP
public static final Apim4xApiDto.TypeEnum GRAPHQL
public static final Apim4xApiDto.TypeEnum WEBSUB
public static final Apim4xApiDto.TypeEnum SSE
public static final Apim4xApiDto.TypeEnum WEBHOOK
public static final Apim4xApiDto.TypeEnum ASYNC
public static Apim4xApiDto.TypeEnum[] values()
for (Apim4xApiDto.TypeEnum c : Apim4xApiDto.TypeEnum.values()) System.out.println(c);
public static Apim4xApiDto.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 nullpublic static Apim4xApiDto.TypeEnum fromValue(String v)
public String value()
public String toString()
toString in class Enum<Apim4xApiDto.TypeEnum>Copyright © 2024 WSO2. All rights reserved.