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
|
com.squareup.okhttp.Call |
monetizationPublishUsagePostAsync(ApiCallback<PublishStatusDTO> callback)
Publish Usage Records (asynchronously)
Publish Usage Records of Monetized APIs
|
com.squareup.okhttp.Call |
monetizationPublishUsagePostCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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
|
com.squareup.okhttp.Call |
monetizationPublishUsageStatusGetAsync(ApiCallback<MonetizationUsagePublishInfoDTO> callback)
Get the status of Monetization usage publisher (asynchronously)
Get the status of Monetization usage publisher
|
com.squareup.okhttp.Call |
monetizationPublishUsageStatusGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
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 com.squareup.okhttp.Call monetizationPublishUsagePostCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - 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 com.squareup.okhttp.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 com.squareup.okhttp.Call monetizationPublishUsageStatusGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - 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 com.squareup.okhttp.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 © 2020 WSO2 Inc. All rights reserved.