Uses of Class
org.wso2.am.integration.clients.internal.api.dto.APIDTO
-
Packages that use APIDTO Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of APIDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return APIDTO Modifier and Type Method Description APIDTOAPIDTO. addUrlMappingsItem(URLMappingDTO urlMappingsItem)APIDTOAPIDTO. apiId(Integer apiId)APIDTOAPIDTO. apiType(String apiType)APIDTOAPIDTO. context(String context)APIDTOAPIDTO. isDefaultVersion(Boolean isDefaultVersion)APIDTOAPIDTO. name(String name)APIDTOAPIDTO. policy(String policy)APIDTOAPIDTO. provider(String provider)APIDTOAPIDTO. status(String status)APIDTOAPIDTO. urlMappings(List<URLMappingDTO> urlMappings)APIDTOAPIDTO. uuid(String uuid)APIDTOAPIDTO. version(String version)Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type APIDTO Modifier and Type Method Description List<APIDTO>APIListDTO. getList()Get listMethods in org.wso2.am.integration.clients.internal.api.dto with parameters of type APIDTO Modifier and Type Method Description APIListDTOAPIListDTO. addListItem(APIDTO listItem)Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type APIDTO Modifier and Type Method Description APIListDTOAPIListDTO. list(List<APIDTO> list)voidAPIListDTO. setList(List<APIDTO> list)
-