public class ExportApi extends Object
| Constructor and Description |
|---|
ExportApi() |
ExportApi(ApiClient apiClient) |
public ExportApi()
public ExportApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public ExportRequestResponse exportRequest(ExportRequestInfo exportRequestInfo) throws ApiException
public ApiResponse<ExportRequestResponse> exportRequestWithHttpInfo(ExportRequestInfo exportRequestInfo) throws ApiException
public com.squareup.okhttp.Call exportRequestAsync(ExportRequestInfo exportRequestInfo, ApiCallback<ExportRequestResponse> callback) throws ApiException
public ExportHistoryResponse getExportHistory(String trialId, Integer count, Integer offset) throws ApiException
public ApiResponse<ExportHistoryResponse> getExportHistoryWithHttpInfo(String trialId, Integer count, Integer offset) throws ApiException
public com.squareup.okhttp.Call getExportHistoryAsync(String trialId, Integer count, Integer offset, ApiCallback<ExportHistoryResponse> callback) throws ApiException
public String getExportResult(String exportId) throws ApiException
public ApiResponse<String> getExportResultWithHttpInfo(String exportId) throws ApiException
public com.squareup.okhttp.Call getExportResultAsync(String exportId, ApiCallback<String> callback) throws ApiException
public ExportStatusResponse getExportStatus(String exportId) throws ApiException
public ApiResponse<ExportStatusResponse> getExportStatusWithHttpInfo(String exportId) throws ApiException
public com.squareup.okhttp.Call getExportStatusAsync(String exportId, ApiCallback<ExportStatusResponse> callback) throws ApiException
Copyright © 2018. All rights reserved.