public class ReportSubscriptionsApi extends Object
| Constructor | Description |
|---|---|
ReportSubscriptionsApi() |
|
ReportSubscriptionsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
createStandardOrClassicSubscription(PredefinedSubscriptionRequestBean predefinedSubscriptionRequestBean,
String organizationId) |
Create a Standard or Classic Subscription
Create or update an already existing classic or standard subscription.
|
okhttp3.Call |
createStandardOrClassicSubscriptionAsync(PredefinedSubscriptionRequestBean predefinedSubscriptionRequestBean,
String organizationId,
ApiCallback<Void> callback) |
Create a Standard or Classic Subscription (asynchronously)
Create or update an already existing classic or standard subscription.
|
okhttp3.Call |
createStandardOrClassicSubscriptionCall(PredefinedSubscriptionRequestBean predefinedSubscriptionRequestBean,
String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createStandardOrClassicSubscription
|
ApiResponse<Void> |
createStandardOrClassicSubscriptionWithHttpInfo(PredefinedSubscriptionRequestBean predefinedSubscriptionRequestBean,
String organizationId) |
Create a Standard or Classic Subscription
Create or update an already existing classic or standard subscription.
|
void |
createSubscription(CreateReportSubscriptionRequest createReportSubscriptionRequest,
String organizationId) |
Create Report Subscription for a Report Name by Organization
Create a report subscription for your organization.
|
okhttp3.Call |
createSubscriptionAsync(CreateReportSubscriptionRequest createReportSubscriptionRequest,
String organizationId,
ApiCallback<Void> callback) |
Create Report Subscription for a Report Name by Organization (asynchronously)
Create a report subscription for your organization.
|
okhttp3.Call |
createSubscriptionCall(CreateReportSubscriptionRequest createReportSubscriptionRequest,
String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createSubscription
|
ApiResponse<Void> |
createSubscriptionWithHttpInfo(CreateReportSubscriptionRequest createReportSubscriptionRequest,
String organizationId) |
Create Report Subscription for a Report Name by Organization
Create a report subscription for your organization.
|
void |
deleteSubscription(String reportName,
String organizationId) |
Delete Subscription of a Report Name by Organization
Delete a report subscription for your organization.
|
okhttp3.Call |
deleteSubscriptionAsync(String reportName,
String organizationId,
ApiCallback<Void> callback) |
Delete Subscription of a Report Name by Organization (asynchronously)
Delete a report subscription for your organization.
|
okhttp3.Call |
deleteSubscriptionCall(String reportName,
String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for deleteSubscription
|
ApiResponse<Void> |
deleteSubscriptionWithHttpInfo(String reportName,
String organizationId) |
Delete Subscription of a Report Name by Organization
Delete a report subscription for your organization.
|
ReportingV3ReportSubscriptionsGet200Response |
getAllSubscriptions(String organizationId) |
Get All Subscriptions
View a summary of all report subscriptions.
|
okhttp3.Call |
getAllSubscriptionsAsync(String organizationId,
ApiCallback<ReportingV3ReportSubscriptionsGet200Response> callback) |
Get All Subscriptions (asynchronously)
View a summary of all report subscriptions.
|
okhttp3.Call |
getAllSubscriptionsCall(String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getAllSubscriptions
|
ApiResponse<ReportingV3ReportSubscriptionsGet200Response> |
getAllSubscriptionsWithHttpInfo(String organizationId) |
Get All Subscriptions
View a summary of all report subscriptions.
|
ApiClient |
getApiClient() |
|
ReportingV3ReportSubscriptionsGet200ResponseSubscriptions |
getSubscription(String reportName,
String organizationId) |
Get Subscription for Report Name
View the details of a report subscription, such as the report format or report frequency, using the report's unique name.
|
okhttp3.Call |
getSubscriptionAsync(String reportName,
String organizationId,
ApiCallback<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> callback) |
Get Subscription for Report Name (asynchronously)
View the details of a report subscription, such as the report format or report frequency, using the report's unique name.
|
okhttp3.Call |
getSubscriptionCall(String reportName,
String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getSubscription
|
ApiResponse<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> |
getSubscriptionWithHttpInfo(String reportName,
String organizationId) |
Get Subscription for Report Name
View the details of a report subscription, such as the report format or report frequency, using the report's unique name.
|
void |
setApiClient(ApiClient apiClient) |
public ReportSubscriptionsApi()
public ReportSubscriptionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call createStandardOrClassicSubscriptionCall(PredefinedSubscriptionRequestBean predefinedSubscriptionRequestBean, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
predefinedSubscriptionRequestBean - Report subscription request payload (required)organizationId - Valid Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic void createStandardOrClassicSubscription(PredefinedSubscriptionRequestBean predefinedSubscriptionRequestBean, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
predefinedSubscriptionRequestBean - Report subscription request payload (required)organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<Void> createStandardOrClassicSubscriptionWithHttpInfo(PredefinedSubscriptionRequestBean predefinedSubscriptionRequestBean, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
predefinedSubscriptionRequestBean - Report subscription request payload (required)organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call createStandardOrClassicSubscriptionAsync(PredefinedSubscriptionRequestBean predefinedSubscriptionRequestBean, String organizationId, ApiCallback<Void> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
predefinedSubscriptionRequestBean - Report subscription request payload (required)organizationId - Valid Organization Id (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call createSubscriptionCall(CreateReportSubscriptionRequest createReportSubscriptionRequest, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
createReportSubscriptionRequest - Report subscription request payload (required)organizationId - Valid Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic void createSubscription(CreateReportSubscriptionRequest createReportSubscriptionRequest, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
createReportSubscriptionRequest - Report subscription request payload (required)organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<Void> createSubscriptionWithHttpInfo(CreateReportSubscriptionRequest createReportSubscriptionRequest, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
createReportSubscriptionRequest - Report subscription request payload (required)organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call createSubscriptionAsync(CreateReportSubscriptionRequest createReportSubscriptionRequest, String organizationId, ApiCallback<Void> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
createReportSubscriptionRequest - Report subscription request payload (required)organizationId - Valid Organization Id (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call deleteSubscriptionCall(String reportName, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportName - Name of the Report to Delete (required)organizationId - Valid Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic void deleteSubscription(String reportName, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportName - Name of the Report to Delete (required)organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<Void> deleteSubscriptionWithHttpInfo(String reportName, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportName - Name of the Report to Delete (required)organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call deleteSubscriptionAsync(String reportName, String organizationId, ApiCallback<Void> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportName - Name of the Report to Delete (required)organizationId - Valid Organization Id (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call getAllSubscriptionsCall(String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
organizationId - Valid Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ReportingV3ReportSubscriptionsGet200Response getAllSubscriptions(String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<ReportingV3ReportSubscriptionsGet200Response> getAllSubscriptionsWithHttpInfo(String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call getAllSubscriptionsAsync(String organizationId, ApiCallback<ReportingV3ReportSubscriptionsGet200Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
organizationId - Valid Organization Id (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call getSubscriptionCall(String reportName, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportName - Name of the Report to Retrieve (required)organizationId - Valid Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ReportingV3ReportSubscriptionsGet200ResponseSubscriptions getSubscription(String reportName, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportName - Name of the Report to Retrieve (required)organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic ApiResponse<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> getSubscriptionWithHttpInfo(String reportName, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportName - Name of the Report to Retrieve (required)organizationId - Valid Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodycom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientpublic okhttp3.Call getSubscriptionAsync(String reportName, String organizationId, ApiCallback<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportName - Name of the Report to Retrieve (required)organizationId - Valid Organization Id (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectcom.cybersource.authsdk.core.ConfigException - If creation of merchant configuration fails in ApiClientCopyright © 2026. All rights reserved.