public class APIWsdlInfoDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
APIWsdlInfoDTO.TypeEnum
Indicates whether the WSDL is a single WSDL or an archive in ZIP format
|
| Constructor and Description |
|---|
APIWsdlInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
APIWsdlInfoDTO.TypeEnum |
getType()
Indicates whether the WSDL is a single WSDL or an archive in ZIP format
|
int |
hashCode() |
void |
setType(APIWsdlInfoDTO.TypeEnum type) |
String |
toString() |
APIWsdlInfoDTO |
type(APIWsdlInfoDTO.TypeEnum type) |
public APIWsdlInfoDTO type(APIWsdlInfoDTO.TypeEnum type)
public APIWsdlInfoDTO.TypeEnum getType()
public void setType(APIWsdlInfoDTO.TypeEnum type)
Copyright © 2020 WSO2 Inc. All rights reserved.