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