Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APIInfoDTO
-
Packages that use APIInfoDTO Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APIInfoDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type APIInfoDTO Modifier and Type Method Description List<APIInfoDTO>APIInfoListDTO. getList()Get listList<APIInfoDTO>APIListDTO. getList()Get listMethods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type APIInfoDTO Modifier and Type Method Description SubscriptionDTOSubscriptionDTO. apiInfo(APIInfoDTO apiInfo)voidSubscriptionDTO. setApiInfo(APIInfoDTO apiInfo)Method parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type APIInfoDTO Modifier and Type Method Description APIInfoListDTOAPIInfoListDTO. list(List<APIInfoDTO> list)APIListDTOAPIListDTO. list(List<APIInfoDTO> list)voidAPIInfoListDTO. setList(List<APIInfoDTO> list)voidAPIListDTO. setList(List<APIInfoDTO> list)
-