| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static WSDLInfoDTO.TypeEnum |
WSDLInfoDTO.TypeEnum.fromValue(String text) |
WSDLInfoDTO.TypeEnum |
WSDLInfoDTO.getType()
Indicates whether the WSDL is a single WSDL or an archive in ZIP format
|
WSDLInfoDTO.TypeEnum |
WSDLInfoDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WSDLInfoDTO.TypeEnum |
WSDLInfoDTO.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WSDLInfoDTO.setType(WSDLInfoDTO.TypeEnum type) |
WSDLInfoDTO |
WSDLInfoDTO.type(WSDLInfoDTO.TypeEnum type) |
void |
WSDLInfoDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WSDLInfoDTO.TypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.