public class MonetizationCollectionApi extends Object
| Constructor and Description |
|---|
MonetizationCollectionApi() |
MonetizationCollectionApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
PublishStatusDTO |
monetizationPublishUsagePost()
Publish Usage Records
Publish usage records of monetized APIs
|
okhttp3.Call |
monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> _callback)
Publish Usage Records (asynchronously)
Publish usage records of monetized APIs
|
okhttp3.Call |
monetizationPublishUsagePostCall(ApiCallback _callback)
Build call for monetizationPublishUsagePost
|
ApiResponse<PublishStatusDTO> |
monetizationPublishUsagePostWithHttpInfo()
Publish Usage Records
Publish usage records of monetized APIs
|
MonetizationUsagePublishInfoDTO |
monetizationPublishUsageStatusGet()
Get the Status of Monetization Usage Publisher
Get the status of monetization usage publisher
|
okhttp3.Call |
monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> _callback)
Get the Status of Monetization Usage Publisher (asynchronously)
Get the status of monetization usage publisher
|
okhttp3.Call |
monetizationPublishUsageStatusGetCall(ApiCallback _callback)
Build call for monetizationPublishUsageStatusGet
|
ApiResponse<MonetizationUsagePublishInfoDTO> |
monetizationPublishUsageStatusGetWithHttpInfo()
Get the Status of Monetization Usage Publisher
Get the status of monetization usage publisher
|
void |
setApiClient(ApiClient apiClient) |
public MonetizationCollectionApi()
public MonetizationCollectionApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call monetizationPublishUsagePostCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic PublishStatusDTO monetizationPublishUsagePost() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<PublishStatusDTO> monetizationPublishUsagePostWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic okhttp3.Call monetizationPublishUsageStatusGetCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic MonetizationUsagePublishInfoDTO monetizationPublishUsageStatusGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<MonetizationUsagePublishInfoDTO> monetizationPublishUsageStatusGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> _callback) throws ApiException
_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.