Uses of Class
org.wso2.am.integration.clients.admin.api.dto.APIInfoDTO
-
Packages that use APIInfoDTO Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of APIInfoDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return APIInfoDTO Modifier and Type Method Description APIInfoDTOAPIInfoDTO. name(String name)APIInfoDTOAPIInfoDTO. provider(String provider)APIInfoDTOAPIInfoDTO. version(String version)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type APIInfoDTO Modifier and Type Method Description List<APIInfoDTO>APIInfoListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type APIInfoDTO Modifier and Type Method Description APIInfoListDTOAPIInfoListDTO. list(List<APIInfoDTO> list)voidAPIInfoListDTO. setList(List<APIInfoDTO> list)
-