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