Uses of Class
com.docspring.ApiResponse
Packages that use ApiResponse
-
Uses of ApiResponse in com.docspring
Methods in com.docspring that return ApiResponseModifier and TypeMethodDescriptionPdfApi.addFieldsToTemplateWithHttpInfo(String templateId, AddFieldsData data) Add new fields to a TemplatePdfApi.batchGeneratePdfsWithHttpInfo(SubmissionBatchData data, Boolean wait) Generates multiple PDFsPdfApi.combinePdfsWithHttpInfo(CombinePdfsData data) Merge submission PDFs, template PDFs, or custom filesPdfApi.combineSubmissionsWithHttpInfo(CombinedSubmissionData data, Boolean wait) Merge generated PDFs togetherPdfApi.copyTemplateWithHttpInfo(String templateId, CopyTemplateOptions options) Copy a TemplateCreate a new custom file from a cached presign uploadPdfApi.createDataRequestEventWithHttpInfo(String dataRequestId, CreateSubmissionDataRequestEventRequest event) Creates a new event for emailing a signee a request for signaturePdfApi.createDataRequestTokenWithHttpInfo(String dataRequestId, String type) Creates a new data request token for form authenticationPdfApi.createFolderWithHttpInfo(CreateFolderData data) Create a folderPdfApi.createHTMLTemplateWithHttpInfo(CreateHtmlTemplate data) Create a new HTML templatePdfApi.createPDFTemplateFromUploadWithHttpInfo(CreatePdfTemplate data) Create a new PDF template from a cached presign uploadPdfApi.createPDFTemplateWithHttpInfo(File templateDocument, String templateName, Boolean wait, String templateDescription, String templateParentFolderId) Create a new PDF template with a form POST file uploadPdfApi.deleteFolderWithHttpInfo(String folderId) Delete a folderPdfApi.deleteTemplateWithHttpInfo(String templateId, String version) Delete a templatePdfApi.expireCombinedSubmissionWithHttpInfo(String combinedSubmissionId) Expire a combined submissionPdfApi.expireSubmissionWithHttpInfo(String submissionId) Expire a PDF submissionPdfApi.generatePdfForHtmlTemplateWithHttpInfo(String templateId, CreateHtmlSubmissionData submission, Boolean wait) Generates a new PDF for an HTML templatePdfApi.generatePdfWithHttpInfo(String templateId, CreatePdfSubmissionData submission, Boolean wait) Generates a new PDFPdfApi.generatePreviewWithHttpInfo(String submissionId) Generated a preview PDF for partially completed data requestsPdfApi.getCombinedSubmissionWithHttpInfo(String combinedSubmissionId) Check the status of a combined submission (merged PDFs)PdfApi.getDataRequestWithHttpInfo(String dataRequestId) Look up a submission data requestPdfApi.getFullTemplateWithHttpInfo(String templateId) Fetch the full attributes for a PDF templatePdfApi.getPresignUrlWithHttpInfo()Get a presigned URL so that you can upload a file to our AWS S3 bucketPdfApi.getSubmissionBatchWithHttpInfo(String submissionBatchId, Boolean includeSubmissions) Check the status of a submission batch jobPdfApi.getSubmissionWithHttpInfo(String submissionId, Boolean includeData) Check the status of a PDFPdfApi.getTemplateSchemaWithHttpInfo(String templateId) Fetch the JSON schema for a templatePdfApi.getTemplateWithHttpInfo(String templateId) Check the status of an uploaded template<T> ApiResponse<T> ApiClient.invokeAPI(String operation, String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, javax.ws.rs.core.GenericType<T> returnType, boolean isBodyNullable) Invoke API by sending HTTP request with the given options.<T> ApiResponse<T> ApiClient.invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, javax.ws.rs.core.GenericType<T> returnType, boolean isBodyNullable) Deprecated.Add qualified name of the operation as a first parameter.PdfApi.listCombinedSubmissionsWithHttpInfo(Integer page, Integer perPage) Get a list of all combined submissionsPdfApi.listFoldersWithHttpInfo(String parentFolderId) Get a list of all foldersPdfApi.listSubmissionsWithHttpInfo(String cursor, BigDecimal limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissionsPdfApi.listTemplateSubmissionsWithHttpInfo(String templateId, String cursor, BigDecimal limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissions for a given templatePdfApi.listTemplatesWithHttpInfo(String query, String parentFolderId, Integer page, Integer perPage) Get a list of all templatesPdfApi.moveFolderToFolderWithHttpInfo(String folderId, MoveFolderData data) Move a folderPdfApi.moveTemplateToFolderWithHttpInfo(String templateId, MoveTemplateData data) Move Template to folderPdfApi.publishTemplateVersionWithHttpInfo(String templateId, PublishVersionData data) Publish a template versionPdfApi.renameFolderWithHttpInfo(String folderId, RenameFolderData data) Rename a folderPdfApi.restoreTemplateVersionWithHttpInfo(String templateId, RestoreVersionData data) Restore a template versionPdfApi.testAuthenticationWithHttpInfo()Test AuthenticationPdfApi.updateDataRequestWithHttpInfo(String dataRequestId, UpdateSubmissionDataRequestData data) Update a submission data requestPdfApi.updateTemplateWithHttpInfo(String templateId, UpdateHtmlTemplate data) Update a Template