| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1 | |
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
RatingListDTO |
RatingsApi.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
RatingsApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
RatingListDTO |
RatingListDTO.avgRating(String avgRating) |
RatingListDTO |
RatingListDTO.count(Integer count) |
RatingListDTO |
RatingListDTO.list(List<RatingDTO> list) |
RatingListDTO |
RatingListDTO.pagination(PaginationDTO pagination) |
RatingListDTO |
RatingListDTO.userRating(Integer userRating) |
Copyright © 2021 WSO2 Inc. All rights reserved.