| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static APIWsdlInfoDTO.TypeEnum |
APIWsdlInfoDTO.TypeEnum.fromValue(String text) |
APIWsdlInfoDTO.TypeEnum |
APIWsdlInfoDTO.getType()
Indicates whether the WSDL is a single WSDL or an archive in ZIP format
|
APIWsdlInfoDTO.TypeEnum |
APIWsdlInfoDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static APIWsdlInfoDTO.TypeEnum |
APIWsdlInfoDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIWsdlInfoDTO.TypeEnum[] |
APIWsdlInfoDTO.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
APIWsdlInfoDTO.setType(APIWsdlInfoDTO.TypeEnum type) |
APIWsdlInfoDTO |
APIWsdlInfoDTO.type(APIWsdlInfoDTO.TypeEnum type) |
void |
APIWsdlInfoDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
APIWsdlInfoDTO.TypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.