Uses of Class
com.docspring.SuccessMultipleErrorsResponse
Packages that use SuccessMultipleErrorsResponse
-
Uses of SuccessMultipleErrorsResponse in com.docspring
Methods in com.docspring that return SuccessMultipleErrorsResponseModifier and TypeMethodDescriptionSuccessMultipleErrorsResponse.addErrorsItem(String errorsItem) SuccessMultipleErrorsResponse.status(SuccessMultipleErrorsResponse.StatusEnum status) Client.updateTemplate(String templateId, UpdateHtmlTemplate data) Update a Template Updates template content and properties.Client.updateTemplateDocument(String templateId, File templateDocument, String templateName) Update a template's document with a form POST file upload Upload a new PDF file to update a PDF template's document.Client.updateTemplateDocumentFromUpload(String templateId, UpdatePdfTemplate data) Update a template's document with a cached S3 file upload Updates a PDF template's document using a cached file upload.Methods in com.docspring that return types with arguments of type SuccessMultipleErrorsResponseModifier and TypeMethodDescriptionClient.updateTemplateDocumentFromUploadWithHttpInfo(String templateId, UpdatePdfTemplate data) Update a template's document with a cached S3 file upload Updates a PDF template's document using a cached file upload.Client.updateTemplateDocumentWithHttpInfo(String templateId, File templateDocument, String templateName) Update a template's document with a form POST file upload Upload a new PDF file to update a PDF template's document.Client.updateTemplateWithHttpInfo(String templateId, UpdateHtmlTemplate data) Update a Template Updates template content and properties.