| 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 |
|---|---|
com.squareup.okhttp.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.addListItem(RatingDTO listItem) |
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 © 2020 WSO2 Inc. All rights reserved.