Uses of Class
com.docspring.BatchGeneratePdfs201Response
Packages that use BatchGeneratePdfs201Response
-
Uses of BatchGeneratePdfs201Response in com.docspring
Methods in com.docspring that return BatchGeneratePdfs201ResponseModifier and TypeMethodDescriptionBatchGeneratePdfs201Response.addErrorsItem(String errorsItem) BatchGeneratePdfs201Response.addSubmissionsItem(Object submissionsItem) Client.batchGeneratePdfs(SubmissionBatchData data, Boolean wait) Generate multiple PDFs Generates up to 50 PDFs in a single request.BatchGeneratePdfs201Response.status(BatchGeneratePdfs201Response.StatusEnum status) BatchGeneratePdfs201Response.submissionBatch(SubmissionBatch submissionBatch) BatchGeneratePdfs201Response.submissions(List<Object> submissions) Methods in com.docspring that return types with arguments of type BatchGeneratePdfs201ResponseModifier and TypeMethodDescriptionClient.batchGeneratePdfsWithHttpInfo(SubmissionBatchData data, Boolean wait) Generate multiple PDFs Generates up to 50 PDFs in a single request.