Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLInfoDTO.TypeEnum
-
Packages that use WSDLInfoDTO.TypeEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
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.TypeEnum Modifier and Type Method Description static WSDLInfoDTO.TypeEnumWSDLInfoDTO.TypeEnum. fromValue(String value)WSDLInfoDTO.TypeEnumWSDLInfoDTO. getType()Indicates whether the WSDL is a single WSDL or an archive in ZIP formatWSDLInfoDTO.TypeEnumWSDLInfoDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WSDLInfoDTO.TypeEnumWSDLInfoDTO.TypeEnum. valueOf(String name)Returns 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.TypeEnum Modifier and Type Method Description voidWSDLInfoDTO. setType(WSDLInfoDTO.TypeEnum type)WSDLInfoDTOWSDLInfoDTO. type(WSDLInfoDTO.TypeEnum type)voidWSDLInfoDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WSDLInfoDTO.TypeEnum enumeration)
-