public class AsyncApi extends Object
| Constructor and Description |
|---|
AsyncApi() |
public ApiInvoker getInvoker()
public void setBasePath(String basePath)
public String getBasePath()
public GetJobResponse GetJob(String userId, String jobId) throws ApiException
ApiExceptionpublic GetJobResponse GetJobJson(String userId, String jobId) throws ApiException
ApiExceptionpublic GetJobDocumentsResponse GetJobDocuments(String userId, String jobId, String format) throws ApiException
ApiExceptionpublic CreateJobResponse CreateJob(String userId, JobInfo body) throws ApiException
ApiExceptionpublic DeleteResult DeleteJob(String userId, String jobGuid) throws ApiException
ApiExceptionpublic AddJobDocumentResponse AddJobDocument(String userId, String jobId, String fileId, Boolean checkOwnership, String formats) throws ApiException
ApiExceptionpublic DeleteResponse DeleteJobDocument(String userId, String jobGuid, String documentId) throws ApiException
ApiExceptionpublic AddJobDocumentResponse AddJobDocumentUrl(String userId, String jobId, String absoluteUrl, String formats) throws ApiException
ApiExceptionpublic UpdateJobResponse UpdateJob(String userId, String jobId, JobInfo body) throws ApiException
ApiExceptionpublic GetJobsResponse GetJobs(String userId, String pageIndex, String pageSize, String date, String status, String actions, String excludedActions) throws ApiException
ApiExceptionpublic GetJobsDocumentsResponse GetJobsDocuments(String userId, String pageIndex, String pageSize, String actions, String excludedActions, String orderBy, Boolean orderAsc) throws ApiException
ApiExceptionpublic ConvertResponse Convert(String userId, String fileId, String targetType, String emailResults, String description, Boolean printScript, String callbackUrl) throws ApiException
ApiExceptionCopyright © 2012. All Rights Reserved.