public class ReportsApi extends Object
| Constructor and Description |
|---|
ReportsApi() |
ReportsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
createReport(RequestBody requestBody,
String organizationId)
Create Adhoc Report
Create a one-time report.
|
com.squareup.okhttp.Call |
createReportAsync(RequestBody requestBody,
String organizationId,
ApiCallback<Void> callback)
Create Adhoc Report (asynchronously)
Create a one-time report.
|
com.squareup.okhttp.Call |
createReportCall(RequestBody requestBody,
String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createReport
|
ApiResponse<Void> |
createReportWithHttpInfo(RequestBody requestBody,
String organizationId)
Create Adhoc Report
Create a one-time report.
|
ApiClient |
getApiClient() |
ReportingV3ReportsIdGet200Response |
getReportByReportId(String reportId,
String organizationId)
Get Report based on reportId
Download a report using the reportId value.
|
com.squareup.okhttp.Call |
getReportByReportIdAsync(String reportId,
String organizationId,
ApiCallback<ReportingV3ReportsIdGet200Response> callback)
Get Report based on reportId (asynchronously)
Download a report using the reportId value.
|
com.squareup.okhttp.Call |
getReportByReportIdCall(String reportId,
String organizationId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getReportByReportId
|
ApiResponse<ReportingV3ReportsIdGet200Response> |
getReportByReportIdWithHttpInfo(String reportId,
String organizationId)
Get Report based on reportId
Download a report using the reportId value.
|
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)
Retrieve available reports
Retrieve a list of the available reports to which you are subscribed.
|
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,
ApiCallback<ReportingV3ReportsGet200Response> callback)
Retrieve available reports (asynchronously)
Retrieve a list of the available reports to which you are subscribed.
|
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,
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)
Retrieve available reports
Retrieve a list of the available reports to which you are subscribed.
|
void |
setApiClient(ApiClient apiClient) |
public ReportsApi()
public ReportsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createReportCall(RequestBody requestBody, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
requestBody - Report subscription request payload (required)organizationId - Valid Cybersource Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void createReport(RequestBody requestBody, String organizationId) throws ApiException
requestBody - Report subscription request payload (required)organizationId - Valid Cybersource Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> createReportWithHttpInfo(RequestBody requestBody, String organizationId) throws ApiException
requestBody - Report subscription request payload (required)organizationId - Valid Cybersource Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createReportAsync(RequestBody requestBody, String organizationId, ApiCallback<Void> callback) throws ApiException
requestBody - Report subscription request payload (required)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 com.squareup.okhttp.Call getReportByReportIdCall(String reportId, String organizationId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
reportId - Valid Report Id (required)organizationId - Valid Cybersource Organization Id (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ReportingV3ReportsIdGet200Response getReportByReportId(String reportId, String organizationId) throws ApiException
reportId - Valid Report Id (required)organizationId - Valid Cybersource Organization Id (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ReportingV3ReportsIdGet200Response> getReportByReportIdWithHttpInfo(String reportId, String organizationId) throws ApiException
reportId - Valid Report Id (required)organizationId - Valid Cybersource Organization Id (optional)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, ApiCallback<ReportingV3ReportsIdGet200Response> callback) throws ApiException
reportId - Valid Report Id (required)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 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,
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 would 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)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) 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 would 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)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) 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 would 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)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,
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 would 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)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 © 2019. All rights reserved.