Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.APIProductDTO.ApiTypeEnum
Packages that use APIProductDTO.ApiTypeEnum
-
Uses of APIProductDTO.ApiTypeEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIProductDTO.ApiTypeEnumModifier and TypeMethodDescriptionstatic APIProductDTO.ApiTypeEnumAPIProductDTO.getApiType()The API type to be used.APIProductDTO.ApiTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static APIProductDTO.ApiTypeEnumReturns the enum constant of this type with the specified name.static APIProductDTO.ApiTypeEnum[]APIProductDTO.ApiTypeEnum.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 APIProductDTO.ApiTypeEnumModifier and TypeMethodDescriptionAPIProductDTO.apiType(APIProductDTO.ApiTypeEnum apiType) voidAPIProductDTO.setApiType(APIProductDTO.ApiTypeEnum apiType) voidAPIProductDTO.ApiTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, APIProductDTO.ApiTypeEnum enumeration)