Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIRevenueDTO
-
Packages that use APIRevenueDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIRevenueDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIRevenueDTO Modifier and Type Method Description APIRevenueDTOApiMonetizationApi. getAPIRevenue(String apiId)Get Total Revenue Details of a Given Monetized API with Meterd Billing This operation can be used to get details of total revenue details of a given monetized API with meterd billing.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIRevenueDTO Modifier and Type Method Description ApiResponse<APIRevenueDTO>ApiMonetizationApi. getAPIRevenueWithHttpInfo(String apiId)Get Total Revenue Details of a Given Monetized API with Meterd Billing This operation can be used to get details of total revenue details of a given monetized API with meterd billing.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIRevenueDTO Modifier and Type Method Description okhttp3.CallApiMonetizationApi. getAPIRevenueAsync(String apiId, ApiCallback<APIRevenueDTO> _callback)Get Total Revenue Details of a Given Monetized API with Meterd Billing (asynchronously) This operation can be used to get details of total revenue details of a given monetized API with meterd billing. -
Uses of APIRevenueDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIRevenueDTO Modifier and Type Method Description APIRevenueDTOAPIRevenueDTO. properties(Map<String,String> properties)
-