Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.RatingDTO
-
Packages that use RatingDTO Package Description org.wso2.am.integration.clients.store.api.v1 org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of RatingDTO in org.wso2.am.integration.clients.store.api.v1
Methods in org.wso2.am.integration.clients.store.api.v1 that return RatingDTO Modifier and Type Method Description RatingDTORatingsApi. apisApiIdUserRatingGet(String apiId, String xWSO2Tenant, String ifNoneMatch)Retrieve API Rating of User This operation can be used to get the user rating of an API.RatingDTORatingsApi. apisApiIdUserRatingPut(String apiId, RatingDTO ratingDTO, String xWSO2Tenant)Add or Update Logged in User's Rating for an API This operation can be used to add or update an API rating.Methods in org.wso2.am.integration.clients.store.api.v1 that return types with arguments of type RatingDTO Modifier and Type Method Description ApiResponse<RatingDTO>RatingsApi. apisApiIdUserRatingGetWithHttpInfo(String apiId, String xWSO2Tenant, String ifNoneMatch)Retrieve API Rating of User This operation can be used to get the user rating of an API.ApiResponse<RatingDTO>RatingsApi. apisApiIdUserRatingPutWithHttpInfo(String apiId, RatingDTO ratingDTO, String xWSO2Tenant)Add or Update Logged in User's Rating for an API This operation can be used to add or update an API rating.Methods in org.wso2.am.integration.clients.store.api.v1 with parameters of type RatingDTO Modifier and Type Method Description RatingDTORatingsApi. apisApiIdUserRatingPut(String apiId, RatingDTO ratingDTO, String xWSO2Tenant)Add or Update Logged in User's Rating for an API This operation can be used to add or update an API rating.okhttp3.CallRatingsApi. apisApiIdUserRatingPutAsync(String apiId, RatingDTO ratingDTO, String xWSO2Tenant, ApiCallback<RatingDTO> _callback)Add or Update Logged in User's Rating for an API (asynchronously) This operation can be used to add or update an API rating.okhttp3.CallRatingsApi. apisApiIdUserRatingPutCall(String apiId, RatingDTO ratingDTO, String xWSO2Tenant, ApiCallback _callback)Build call for apisApiIdUserRatingPutApiResponse<RatingDTO>RatingsApi. apisApiIdUserRatingPutWithHttpInfo(String apiId, RatingDTO ratingDTO, String xWSO2Tenant)Add or Update Logged in User's Rating for an API This operation can be used to add or update an API rating.Method parameters in org.wso2.am.integration.clients.store.api.v1 with type arguments of type RatingDTO Modifier and Type Method Description okhttp3.CallRatingsApi. apisApiIdUserRatingGetAsync(String apiId, String xWSO2Tenant, String ifNoneMatch, ApiCallback<RatingDTO> _callback)Retrieve API Rating of User (asynchronously) This operation can be used to get the user rating of an API.okhttp3.CallRatingsApi. apisApiIdUserRatingPutAsync(String apiId, RatingDTO ratingDTO, String xWSO2Tenant, ApiCallback<RatingDTO> _callback)Add or Update Logged in User's Rating for an API (asynchronously) This operation can be used to add or update an API rating. -
Uses of RatingDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return RatingDTO Modifier and Type Method Description RatingDTORatingDTO. apiId(String apiId)RatingDTORatingDTO. ratedBy(String ratedBy)RatingDTORatingDTO. rating(Integer rating)RatingDTORatingDTO. ratingId(String ratingId)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type RatingDTO Modifier and Type Method Description List<RatingDTO>RatingListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type RatingDTO Modifier and Type Method Description RatingListDTORatingListDTO. list(List<RatingDTO> list)voidRatingListDTO. setList(List<RatingDTO> list)
-