public class ReportSubscriptionsApi extends Object
| Constructor and Description |
|---|
ReportSubscriptionsApi() |
ReportSubscriptionsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
createSubscription(RequestBody requestBody)
Create Report Subscription for a report name by organization
|
com.squareup.okhttp.Call |
createSubscriptionAsync(String reportName,
RequestBody requestBody,
ApiCallback<Void> callback)
Create Report Subscription for a report name by organization (asynchronously)
|
com.squareup.okhttp.Call |
createSubscriptionCall(RequestBody requestBody,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createSubscription
|
ApiResponse<Void> |
createSubscriptionWithHttpInfo(RequestBody requestBody)
Create Report Subscription for a report name by organization
|
void |
deleteSubscription(String reportName)
Delete subscription of a report name by organization
|
com.squareup.okhttp.Call |
deleteSubscriptionAsync(String reportName,
ApiCallback<Void> callback)
Delete subscription of a report name by organization (asynchronously)
|
com.squareup.okhttp.Call |
deleteSubscriptionCall(String reportName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteSubscription
|
ApiResponse<Void> |
deleteSubscriptionWithHttpInfo(String reportName)
Delete subscription of a report name by organization
|
ReportingV3ReportSubscriptionsGet200Response |
getAllSubscriptions()
Retrieve all subscriptions by organization
|
com.squareup.okhttp.Call |
getAllSubscriptionsAsync(ApiCallback<ReportingV3ReportSubscriptionsGet200Response> callback)
Retrieve all subscriptions by organization (asynchronously)
|
com.squareup.okhttp.Call |
getAllSubscriptionsCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAllSubscriptions
|
ApiResponse<ReportingV3ReportSubscriptionsGet200Response> |
getAllSubscriptionsWithHttpInfo()
Retrieve all subscriptions by organization
|
ApiClient |
getApiClient() |
ReportingV3ReportSubscriptionsGet200Response |
getSubscription(String reportName)
Retrieve subscription for a report name by organization
|
com.squareup.okhttp.Call |
getSubscriptionAsync(String reportName,
ApiCallback<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> callback)
Retrieve subscription for a report name by organization (asynchronously)
|
com.squareup.okhttp.Call |
getSubscriptionCall(String reportName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getSubscription
|
ApiResponse<ReportingV3ReportSubscriptionsGet200Response> |
getSubscriptionWithHttpInfo(String reportName)
Retrieve subscription for a report name by organization
|
void |
setApiClient(ApiClient apiClient) |
public ReportSubscriptionsApi()
public ReportSubscriptionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createSubscriptionCall(RequestBody requestBody, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
requestBody - Report subscription request payload (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void createSubscription(RequestBody requestBody) throws ApiException
requestBody - Report subscription request payload (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> createSubscriptionWithHttpInfo(RequestBody requestBody) throws ApiException
requestBody - Report subscription request payload (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createSubscriptionAsync(String reportName, RequestBody requestBody, ApiCallback<Void> callback) throws ApiException
reportName - Name(required)requestBody - Report subscription request payload (required)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 deleteSubscriptionCall(String reportName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
reportName - Name of the Report to Delete (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void deleteSubscription(String reportName) throws ApiException
reportName - Name of the Report to Delete (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> deleteSubscriptionWithHttpInfo(String reportName) throws ApiException
reportName - Name of the Report to Delete (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteSubscriptionAsync(String reportName, ApiCallback<Void> callback) throws ApiException
reportName - Name of the Report to Delete (required)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 getAllSubscriptionsCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ReportingV3ReportSubscriptionsGet200Response getAllSubscriptions() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ReportingV3ReportSubscriptionsGet200Response> getAllSubscriptionsWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAllSubscriptionsAsync(ApiCallback<ReportingV3ReportSubscriptionsGet200Response> 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 getSubscriptionCall(String reportName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
reportName - Name of the Report to Retrieve (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ReportingV3ReportSubscriptionsGet200Response getSubscription(String reportName) throws ApiException
reportName - Name of the Report to Retrieve (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ReportingV3ReportSubscriptionsGet200Response> getSubscriptionWithHttpInfo(String reportName) throws ApiException
reportName - Name of the Report to Retrieve (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getSubscriptionAsync(String reportName, ApiCallback<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> callback) throws ApiException
reportName - Name of the Report to Retrieve (required)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 © 2018. All rights reserved.