public class ReportDefinitionsApi extends Object
| Constructor | Description |
|---|---|
ReportDefinitionsApi() |
|
ReportDefinitionsApi(ApiClient apiClient) |
| Modifier and Type | Method | Description |
|---|---|---|
ApiClient |
getApiClient() |
|
ReportingV3ReportDefinitionsNameGet200Response |
getResourceInfoByReportDefinition(String reportDefinitionName,
String subscriptionType,
String reportMimeType,
String organizationId) |
Get Report Definition
View the attributes of an individual report type.
|
okhttp3.Call |
getResourceInfoByReportDefinitionAsync(String reportDefinitionName,
String subscriptionType,
String reportMimeType,
String organizationId,
ApiCallback<ReportingV3ReportDefinitionsNameGet200Response> callback) |
Get Report Definition (asynchronously)
View the attributes of an individual report type.
|
okhttp3.Call |
getResourceInfoByReportDefinitionCall(String reportDefinitionName,
String subscriptionType,
String reportMimeType,
String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getResourceInfoByReportDefinition
|
ApiResponse<ReportingV3ReportDefinitionsNameGet200Response> |
getResourceInfoByReportDefinitionWithHttpInfo(String reportDefinitionName,
String subscriptionType,
String reportMimeType,
String organizationId) |
Get Report Definition
View the attributes of an individual report type.
|
ReportingV3ReportDefinitionsGet200Response |
getResourceV2Info(String subscriptionType,
String organizationId) |
Get Reporting Resource Information
View a list of supported reports and their attributes before subscribing to them.
|
okhttp3.Call |
getResourceV2InfoAsync(String subscriptionType,
String organizationId,
ApiCallback<ReportingV3ReportDefinitionsGet200Response> callback) |
Get Reporting Resource Information (asynchronously)
View a list of supported reports and their attributes before subscribing to them.
|
okhttp3.Call |
getResourceV2InfoCall(String subscriptionType,
String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for getResourceV2Info
|
ApiResponse<ReportingV3ReportDefinitionsGet200Response> |
getResourceV2InfoWithHttpInfo(String subscriptionType,
String organizationId) |
Get Reporting Resource Information
View a list of supported reports and their attributes before subscribing to them.
|
void |
setApiClient(ApiClient apiClient) |
public ReportDefinitionsApi()
public ReportDefinitionsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getResourceInfoByReportDefinitionCall(String reportDefinitionName, String subscriptionType, String reportMimeType, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportDefinitionName - Name of the Report definition to retrieve (required)subscriptionType - The subscription type for which report definition is required. By default the type will be CUSTOM. Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)reportMimeType - The format for which the report definition is required. By default the value will be CSV. Valid Values: - application/xml - text/csv (optional)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 ReportingV3ReportDefinitionsNameGet200Response getResourceInfoByReportDefinition(String reportDefinitionName, String subscriptionType, String reportMimeType, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportDefinitionName - Name of the Report definition to retrieve (required)subscriptionType - The subscription type for which report definition is required. By default the type will be CUSTOM. Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)reportMimeType - The format for which the report definition is required. By default the value will be CSV. Valid Values: - application/xml - text/csv (optional)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<ReportingV3ReportDefinitionsNameGet200Response> getResourceInfoByReportDefinitionWithHttpInfo(String reportDefinitionName, String subscriptionType, String reportMimeType, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportDefinitionName - Name of the Report definition to retrieve (required)subscriptionType - The subscription type for which report definition is required. By default the type will be CUSTOM. Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)reportMimeType - The format for which the report definition is required. By default the value will be CSV. Valid Values: - application/xml - text/csv (optional)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 getResourceInfoByReportDefinitionAsync(String reportDefinitionName, String subscriptionType, String reportMimeType, String organizationId, ApiCallback<ReportingV3ReportDefinitionsNameGet200Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
reportDefinitionName - Name of the Report definition to retrieve (required)subscriptionType - The subscription type for which report definition is required. By default the type will be CUSTOM. Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)reportMimeType - The format for which the report definition is required. By default the value will be CSV. Valid Values: - application/xml - text/csv (optional)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 getResourceV2InfoCall(String subscriptionType, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException, com.cybersource.authsdk.core.ConfigException
subscriptionType - Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)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 ReportingV3ReportDefinitionsGet200Response getResourceV2Info(String subscriptionType, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
subscriptionType - Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)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<ReportingV3ReportDefinitionsGet200Response> getResourceV2InfoWithHttpInfo(String subscriptionType, String organizationId) throws ApiException, com.cybersource.authsdk.core.ConfigException
subscriptionType - Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)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 getResourceV2InfoAsync(String subscriptionType, String organizationId, ApiCallback<ReportingV3ReportDefinitionsGet200Response> callback) throws ApiException, com.cybersource.authsdk.core.ConfigException
subscriptionType - Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)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.