Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APICategoryDTO
-
Packages that use APICategoryDTO Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APICategoryDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return APICategoryDTO Modifier and Type Method Description APICategoryDTOAPICategoryDTO. description(String description)APICategoryDTOAPICategoryDTO. id(String id)APICategoryDTOAPICategoryDTO. name(String name)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type APICategoryDTO Modifier and Type Method Description List<APICategoryDTO>APICategoryListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type APICategoryDTO Modifier and Type Method Description APICategoryListDTOAPICategoryListDTO. list(List<APICategoryDTO> list)voidAPICategoryListDTO. setList(List<APICategoryDTO> list)
-