Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.RecommendationsDTO
-
Packages that use RecommendationsDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of RecommendationsDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return RecommendationsDTO Modifier and Type Method Description RecommendationsDTORecommendationsApi. recommendationsGet()Give API Recommendations for a User This API can be used to get recommended APIs for a user who logs into the API Developer PortalMethods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type RecommendationsDTO Modifier and Type Method Description ApiResponse<RecommendationsDTO>RecommendationsApi. recommendationsGetWithHttpInfo()Give API Recommendations for a User This API can be used to get recommended APIs for a user who logs into the API Developer PortalMethod parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type RecommendationsDTO Modifier and Type Method Description okhttp3.CallRecommendationsApi. recommendationsGetAsync(ApiCallback<RecommendationsDTO> _callback)Give API Recommendations for a User (asynchronously) This API can be used to get recommended APIs for a user who logs into the API Developer Portal -
Uses of RecommendationsDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return RecommendationsDTO Modifier and Type Method Description RecommendationsDTORecommendationsDTO. count(Integer count)RecommendationsDTORecommendationsDTO. list(List<RecommendedAPIDTO> list)
-