Uses of Class
com.docspring.SuccessErrorResponse
Packages that use SuccessErrorResponse
-
Uses of SuccessErrorResponse in com.docspring
Methods in com.docspring that return SuccessErrorResponseModifier and TypeMethodDescriptionClient.generatePreview(String submissionId) Generate a preview PDF for partially completed data requests Generates a preview PDF for a submission with partially completed data requests.Client.restoreTemplateVersion(String templateId, RestoreVersionData data) Restore a template version Restores your template to a previously published version, copying that version's content and configuration to the current draft.SuccessErrorResponse.status(SuccessErrorResponse.StatusEnum status) Client.testAuthentication()Test authentication Checks whether your API token is valid by making an authenticated request.Methods in com.docspring that return types with arguments of type SuccessErrorResponseModifier and TypeMethodDescriptionClient.generatePreviewWithHttpInfo(String submissionId) Generate a preview PDF for partially completed data requests Generates a preview PDF for a submission with partially completed data requests.Client.restoreTemplateVersionWithHttpInfo(String templateId, RestoreVersionData data) Restore a template version Restores your template to a previously published version, copying that version's content and configuration to the current draft.Client.testAuthenticationWithHttpInfo()Test authentication Checks whether your API token is valid by making an authenticated request.