public class ReportDefinitionsApi extends Object
| Constructor and Description |
|---|
ReportDefinitionsApi() |
ReportDefinitionsApi(ApiClient apiClient) |
| Modifier and Type | Method and 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
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 Cybersource Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ReportingV3ReportDefinitionsNameGet200Response getResourceInfoByReportDefinition(String reportDefinitionName, String subscriptionType, String reportMimeType, String organizationId) throws ApiException
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 Cybersource Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ReportingV3ReportDefinitionsNameGet200Response> getResourceInfoByReportDefinitionWithHttpInfo(String reportDefinitionName, String subscriptionType, String reportMimeType, String organizationId) throws ApiException
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 Cybersource Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getResourceInfoByReportDefinitionAsync(String reportDefinitionName, String subscriptionType, String reportMimeType, String organizationId, ApiCallback<ReportingV3ReportDefinitionsNameGet200Response> callback) throws ApiException
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 Cybersource 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 objectpublic okhttp3.Call getResourceV2InfoCall(String subscriptionType, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
subscriptionType - Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)organizationId - Valid Cybersource Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ReportingV3ReportDefinitionsGet200Response getResourceV2Info(String subscriptionType, String organizationId) throws ApiException
subscriptionType - Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)organizationId - Valid Cybersource Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ReportingV3ReportDefinitionsGet200Response> getResourceV2InfoWithHttpInfo(String subscriptionType, String organizationId) throws ApiException
subscriptionType - Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)organizationId - Valid Cybersource Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getResourceV2InfoAsync(String subscriptionType, String organizationId, ApiCallback<ReportingV3ReportDefinitionsGet200Response> callback) throws ApiException
subscriptionType - Valid Values: - CLASSIC - CUSTOM - STANDARD (optional)organizationId - Valid Cybersource 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 objectCopyright © 2020. All rights reserved.