Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.RatingListDTO
-
Packages that use RatingListDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of RatingListDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return RatingListDTO Modifier and Type Method Description RatingListDTORatingsApi. apisApiIdRatingsGet(String apiId, Integer limit, Integer offset, String xWSO2Tenant)Retrieve API Ratings This operation can be used to retrieve the list of ratings of an API.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type RatingListDTO Modifier and Type Method Description ApiResponse<RatingListDTO>RatingsApi. apisApiIdRatingsGetWithHttpInfo(String apiId, Integer limit, Integer offset, String xWSO2Tenant)Retrieve API Ratings This operation can be used to retrieve the list of ratings of an API.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type RatingListDTO Modifier and Type Method Description okhttp3.CallRatingsApi. apisApiIdRatingsGetAsync(String apiId, Integer limit, Integer offset, String xWSO2Tenant, ApiCallback<RatingListDTO> _callback)Retrieve API Ratings (asynchronously) This operation can be used to retrieve the list of ratings of an API. -
Uses of RatingListDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return RatingListDTO Modifier and Type Method Description RatingListDTORatingListDTO. avgRating(String avgRating)RatingListDTORatingListDTO. count(Integer count)RatingListDTORatingListDTO. list(List<RatingDTO> list)RatingListDTORatingListDTO. pagination(PaginationDTO pagination)RatingListDTORatingListDTO. userRating(Integer userRating)
-