Uses of Enum
org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLInfoDTO.TypeEnum
Packages that use WSDLInfoDTO.TypeEnum
-
Uses of WSDLInfoDTO.TypeEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return WSDLInfoDTO.TypeEnumModifier and TypeMethodDescriptionstatic WSDLInfoDTO.TypeEnumWSDLInfoDTO.getType()Indicates whether the WSDL is a single WSDL or an archive in ZIP formatWSDLInfoDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static WSDLInfoDTO.TypeEnumReturns the enum constant of this type with the specified name.static WSDLInfoDTO.TypeEnum[]WSDLInfoDTO.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 WSDLInfoDTO.TypeEnumModifier and TypeMethodDescriptionvoidWSDLInfoDTO.setType(WSDLInfoDTO.TypeEnum type) WSDLInfoDTO.type(WSDLInfoDTO.TypeEnum type) voidWSDLInfoDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, WSDLInfoDTO.TypeEnum enumeration)