Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.APIDTO.TypeEnum
Packages that use APIDTO.TypeEnum
-
Uses of APIDTO.TypeEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIDTO.TypeEnumModifier and TypeMethodDescriptionstatic APIDTO.TypeEnumAPIDTO.getType()The api creation type to be used.APIDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static APIDTO.TypeEnumReturns the enum constant of this type with the specified name.static APIDTO.TypeEnum[]APIDTO.TypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type APIDTO.TypeEnumModifier and TypeMethodDescriptionvoidAPIDTO.setType(APIDTO.TypeEnum type) APIDTO.type(APIDTO.TypeEnum type) voidAPIDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, APIDTO.TypeEnum enumeration)