Uses of Class
com.docspring.ApiException
Packages that use ApiException
-
Uses of ApiException in com.docspring
Methods in com.docspring that throw ApiExceptionModifier and TypeMethodDescriptionPdfApi.addFieldsToTemplate(String templateId, AddFieldsData data) Add new fields to a TemplatePdfApi.addFieldsToTemplateWithHttpInfo(String templateId, AddFieldsData data) Add new fields to a TemplatePdfApi.batchGeneratePdfs(SubmissionBatchData data, Boolean wait) Generates multiple PDFsPdfApi.batchGeneratePdfsWithHttpInfo(SubmissionBatchData data, Boolean wait) Generates multiple PDFsPdfApi.combinePdfs(CombinePdfsData data) Merge submission PDFs, template PDFs, or custom filesPdfApi.combinePdfsWithHttpInfo(CombinePdfsData data) Merge submission PDFs, template PDFs, or custom filesPdfApi.combineSubmissions(CombinedSubmissionData data, Boolean wait) Merge generated PDFs togetherPdfApi.combineSubmissionsWithHttpInfo(CombinedSubmissionData data, Boolean wait) Merge generated PDFs togetherPdfApi.copyTemplate(String templateId, CopyTemplateOptions options) Copy a TemplatePdfApi.copyTemplateWithHttpInfo(String templateId, CopyTemplateOptions options) Copy a TemplatePdfApi.createCustomFileFromUpload(CreateCustomFileData data) Create a new custom file from a cached presign uploadCreate a new custom file from a cached presign uploadPdfApi.createDataRequestEvent(String dataRequestId, CreateSubmissionDataRequestEventRequest event) Creates a new event for emailing a signee a request for signaturePdfApi.createDataRequestEventWithHttpInfo(String dataRequestId, CreateSubmissionDataRequestEventRequest event) Creates a new event for emailing a signee a request for signaturePdfApi.createDataRequestToken(String dataRequestId, String type) Creates a new data request token for form authenticationPdfApi.createDataRequestTokenWithHttpInfo(String dataRequestId, String type) Creates a new data request token for form authenticationPdfApi.createFolder(CreateFolderData data) Create a folderPdfApi.createFolderWithHttpInfo(CreateFolderData data) Create a folderPdfApi.createHTMLTemplate(CreateHtmlTemplate data) Create a new HTML templatePdfApi.createHTMLTemplateWithHttpInfo(CreateHtmlTemplate data) Create a new HTML templatePdfApi.createPDFTemplate(File templateDocument, String templateName, Boolean wait, String templateDescription, String templateParentFolderId) Create a new PDF template with a form POST file uploadPdfApi.createPDFTemplateFromUpload(CreatePdfTemplate data) Create a new PDF template from a cached presign uploadPdfApi.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.deleteFolder(String folderId) Delete a folderPdfApi.deleteFolderWithHttpInfo(String folderId) Delete a folderPdfApi.deleteTemplate(String templateId, String version) Delete a templatePdfApi.deleteTemplateWithHttpInfo(String templateId, String version) Delete a template<T> TApiClient.deserialize(javax.ws.rs.core.Response response, javax.ws.rs.core.GenericType<T> returnType) Deserialize response body to Java object according to the Content-Type.ApiClient.downloadFileFromResponse(javax.ws.rs.core.Response response) Download file from the given response.PdfApi.expireCombinedSubmission(String combinedSubmissionId) Expire a combined submissionPdfApi.expireCombinedSubmissionWithHttpInfo(String combinedSubmissionId) Expire a combined submissionPdfApi.expireSubmission(String submissionId) Expire a PDF submissionPdfApi.expireSubmissionWithHttpInfo(String submissionId) Expire a PDF submissionPdfApi.generatePdf(String templateId, CreatePdfSubmissionData submission, Boolean wait) Generates a new PDFPdfApi.generatePdfForHtmlTemplate(String templateId, CreateHtmlSubmissionData submission, Boolean wait) Generates a new PDF for an HTML templatePdfApi.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.generatePreview(String submissionId) Generated a preview PDF for partially completed data requestsPdfApi.generatePreviewWithHttpInfo(String submissionId) Generated a preview PDF for partially completed data requestsPdfApi.getCombinedSubmission(String combinedSubmissionId) Check the status of a combined submission (merged PDFs)PdfApi.getCombinedSubmissionWithHttpInfo(String combinedSubmissionId) Check the status of a combined submission (merged PDFs)PdfApi.getDataRequest(String dataRequestId) Look up a submission data requestPdfApi.getDataRequestWithHttpInfo(String dataRequestId) Look up a submission data requestPdfApi.getFullTemplate(String templateId) Fetch the full attributes for a PDF templatePdfApi.getFullTemplateWithHttpInfo(String templateId) Fetch the full attributes for a PDF templatePdfApi.getPresignUrl()Get a presigned URL so that you can upload a file to our AWS S3 bucketPdfApi.getPresignUrlWithHttpInfo()Get a presigned URL so that you can upload a file to our AWS S3 bucketPdfApi.getSubmission(String submissionId, Boolean includeData) Check the status of a PDFPdfApi.getSubmissionBatch(String submissionBatchId, Boolean includeSubmissions) Check the status of a submission batch jobPdfApi.getSubmissionBatchWithHttpInfo(String submissionBatchId, Boolean includeSubmissions) Check the status of a submission batch jobPdfApi.getSubmissionWithHttpInfo(String submissionId, Boolean includeData) Check the status of a PDFPdfApi.getTemplate(String templateId) Check the status of an uploaded templatePdfApi.getTemplateSchema(String templateId) Fetch the JSON schema for a templatePdfApi.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.listCombinedSubmissions(Integer page, Integer perPage) Get a list of all combined submissionsPdfApi.listCombinedSubmissionsWithHttpInfo(Integer page, Integer perPage) Get a list of all combined submissionsPdfApi.listFolders(String parentFolderId) Get a list of all foldersPdfApi.listFoldersWithHttpInfo(String parentFolderId) Get a list of all foldersPdfApi.listSubmissions(String cursor, BigDecimal limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissionsPdfApi.listSubmissionsWithHttpInfo(String cursor, BigDecimal limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissionsPdfApi.listTemplates(String query, String parentFolderId, Integer page, Integer perPage) Get a list of all templatesPdfApi.listTemplateSubmissions(String templateId, String cursor, BigDecimal limit, String createdAfter, String createdBefore, String type, Boolean includeData) List all submissions for a given templatePdfApi.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.moveFolderToFolder(String folderId, MoveFolderData data) Move a folderPdfApi.moveFolderToFolderWithHttpInfo(String folderId, MoveFolderData data) Move a folderPdfApi.moveTemplateToFolder(String templateId, MoveTemplateData data) Move Template to folderPdfApi.moveTemplateToFolderWithHttpInfo(String templateId, MoveTemplateData data) Move Template to folderPdfApi.publishTemplateVersion(String templateId, PublishVersionData data) Publish a template versionPdfApi.publishTemplateVersionWithHttpInfo(String templateId, PublishVersionData data) Publish a template versionPdfApi.renameFolder(String folderId, RenameFolderData data) Rename a folderPdfApi.renameFolderWithHttpInfo(String folderId, RenameFolderData data) Rename a folderPdfApi.restoreTemplateVersion(String templateId, RestoreVersionData data) Restore a template versionPdfApi.restoreTemplateVersionWithHttpInfo(String templateId, RestoreVersionData data) Restore a template versionjavax.ws.rs.client.Entity<?> ApiClient.serialize(Object obj, Map<String, Object> formParams, String contentType, boolean isBodyNullable) Serialize the given Java object into string entity according the given Content-Type (only JSON is supported for now).ApiClient.serializeToString(Object obj, Map<String, Object> formParams, String contentType, boolean isBodyNullable) Serialize the given Java object into string according the given Content-Type (only JSON, HTTP form is supported for now).PdfApi.testAuthentication()Test AuthenticationPdfApi.testAuthenticationWithHttpInfo()Test AuthenticationPdfApi.updateDataRequest(String dataRequestId, UpdateSubmissionDataRequestData data) Update a submission data requestPdfApi.updateDataRequestWithHttpInfo(String dataRequestId, UpdateSubmissionDataRequestData data) Update a submission data requestprotected voidApiClient.updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Update query and header parameters based on authentication settings.PdfApi.updateTemplate(String templateId, UpdateHtmlTemplate data) Update a TemplatePdfApi.updateTemplateWithHttpInfo(String templateId, UpdateHtmlTemplate data) Update a Template -
Uses of ApiException in com.docspring.auth
Methods in com.docspring.auth that throw ApiExceptionModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams, String payload, String method, URI uri)