public class ReportsApi extends Object
| Constructor and Description |
|---|
ReportsApi() |
ReportsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ReportingV3ReportsIdGet200Response> |
createReport(RequestBody1 requestBody,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Create Adhoc Report
Create one time report
|
com.squareup.okhttp.Call |
createReportAsync(RequestBody1 requestBody,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<Void> callback)
Create Adhoc Report (asynchronously)
Create one time report
|
com.squareup.okhttp.Call |
createReportCall(RequestBody1 requestBody,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createReport
|
ApiResponse<ReportingV3ReportsIdGet200Response> |
createReportWithHttpInfo(RequestBody1 requestBody,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Create Adhoc Report
Create one time report
|
ApiClient |
getApiClient() |
ReportingV3ReportsIdGet200Response |
getReportByReportId(String reportId,
String organizationId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Get Report based on reportId
ReportId is mandatory input
|
com.squareup.okhttp.Call |
getReportByReportIdAsync(String reportId,
String organizationId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<ReportingV3ReportsIdGet200Response> callback)
Get Report based on reportId (asynchronously)
ReportId is mandatory input
|
com.squareup.okhttp.Call |
getReportByReportIdCall(String reportId,
String organizationId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getReportByReportId
|
ApiResponse<ReportingV3ReportsIdGet200Response> |
getReportByReportIdWithHttpInfo(String reportId,
String organizationId,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Get Report based on reportId
ReportId is mandatory input
|
ReportingV3ReportsGet200Response |
searchReports(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Retrieve available reports
Retrieve list of available reports
|
com.squareup.okhttp.Call |
searchReportsAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<ReportingV3ReportsGet200Response> callback)
Retrieve available reports (asynchronously)
Retrieve list of available reports
|
com.squareup.okhttp.Call |
searchReportsCall(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for searchReports
|
ApiResponse<ReportingV3ReportsGet200Response> |
searchReportsWithHttpInfo(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Retrieve available reports
Retrieve list of available reports
|
void |
setApiClient(ApiClient apiClient) |
public ReportsApi()
public ReportsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createReportCall(RequestBody1 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 ApiResponse<ReportingV3ReportsIdGet200Response> createReport(RequestBody1 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<ReportingV3ReportsIdGet200Response> createReportWithHttpInfo(RequestBody1 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 createReportAsync(RequestBody1 requestBody, com.cybersource.authsdk.core.MerchantConfig merchantConfig, ApiCallback<Void> callback) throws ApiException
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 getReportByReportIdCall(String reportId, String organizationId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
reportId - Valid Report Id (required)organizationId - Valid Cybersource Organization Id (optional)merchantConfig - (merchant details)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ReportingV3ReportsIdGet200Response getReportByReportId(String reportId, String organizationId, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws ApiException
reportId - Valid Report Id (required)organizationId - Valid Cybersource Organization Id (optional)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ReportingV3ReportsIdGet200Response> getReportByReportIdWithHttpInfo(String reportId, String organizationId, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws ApiException
reportId - Valid Report Id (required)organizationId - Valid Cybersource Organization Id (optional)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getReportByReportIdAsync(String reportId, String organizationId, com.cybersource.authsdk.core.MerchantConfig merchantConfig, ApiCallback<ReportingV3ReportsIdGet200Response> callback) throws ApiException
reportId - Valid Report Id (required)organizationId - Valid Cybersource Organization Id (optional)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 searchReportsCall(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
startTime - Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX (required)endTime - Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX (required)timeQueryType - Specify time you woud like to search (required)organizationId - Valid Cybersource Organization Id (optional)reportMimeType - Valid Report Format (optional)reportFrequency - Valid Report Frequency (optional)reportName - Valid Report Name (optional)reportDefinitionId - Valid Report Definition Id (optional)reportStatus - Valid Report Status (optional)merchantConfig - (merchant details)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ReportingV3ReportsGet200Response searchReports(org.joda.time.DateTime startTime, org.joda.time.DateTime endTime, String timeQueryType, String organizationId, String reportMimeType, String reportFrequency, String reportName, Integer reportDefinitionId, String reportStatus, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws ApiException
startTime - Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX (required)endTime - Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX (required)timeQueryType - Specify time you woud like to search (required)organizationId - Valid Cybersource Organization Id (optional)reportMimeType - Valid Report Format (optional)reportFrequency - Valid Report Frequency (optional)reportName - Valid Report Name (optional)reportDefinitionId - Valid Report Definition Id (optional)reportStatus - Valid Report Status (optional)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ReportingV3ReportsGet200Response> searchReportsWithHttpInfo(org.joda.time.DateTime startTime, org.joda.time.DateTime endTime, String timeQueryType, String organizationId, String reportMimeType, String reportFrequency, String reportName, Integer reportDefinitionId, String reportStatus, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws ApiException
startTime - Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX (required)endTime - Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX (required)timeQueryType - Specify time you woud like to search (required)organizationId - Valid Cybersource Organization Id (optional)reportMimeType - Valid Report Format (optional)reportFrequency - Valid Report Frequency (optional)reportName - Valid Report Name (optional)reportDefinitionId - Valid Report Definition Id (optional)reportStatus - Valid Report Status (optional)merchantConfig - (merchant details)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call searchReportsAsync(org.joda.time.DateTime startTime,
org.joda.time.DateTime endTime,
String timeQueryType,
String organizationId,
String reportMimeType,
String reportFrequency,
String reportName,
Integer reportDefinitionId,
String reportStatus,
com.cybersource.authsdk.core.MerchantConfig merchantConfig,
ApiCallback<ReportingV3ReportsGet200Response> callback)
throws ApiException
startTime - Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX (required)endTime - Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX (required)timeQueryType - Specify time you woud like to search (required)organizationId - Valid Cybersource Organization Id (optional)reportMimeType - Valid Report Format (optional)reportFrequency - Valid Report Frequency (optional)reportName - Valid Report Name (optional)reportDefinitionId - Valid Report Definition Id (optional)reportStatus - Valid Report Status (optional)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.