Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.APICategoryListDTO
-
Packages that use APICategoryListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of APICategoryListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return APICategoryListDTO Modifier and Type Method Description APICategoryListDTOApiCategoryCollectionApi. apiCategoriesGet(String xWSO2Tenant)Get All API Categories Get all API categoriesMethods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type APICategoryListDTO Modifier and Type Method Description ApiResponse<APICategoryListDTO>ApiCategoryCollectionApi. apiCategoriesGetWithHttpInfo(String xWSO2Tenant)Get All API Categories Get all API categoriesMethod parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type APICategoryListDTO Modifier and Type Method Description okhttp3.CallApiCategoryCollectionApi. apiCategoriesGetAsync(String xWSO2Tenant, ApiCallback<APICategoryListDTO> _callback)Get All API Categories (asynchronously) Get all API categories -
Uses of APICategoryListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return APICategoryListDTO Modifier and Type Method Description APICategoryListDTOAPICategoryListDTO. count(Integer count)APICategoryListDTOAPICategoryListDTO. list(List<APICategoryDTO> list)
-