Uses of Class
com.boldsign.model.DocumentCreated
-
Packages that use DocumentCreated Package Description com.boldsign.api com.boldsign.model -
-
Uses of DocumentCreated in com.boldsign.api
Methods in com.boldsign.api that return DocumentCreated Modifier and Type Method Description DocumentCreatedTemplateApi. mergeAndSend(MergeAndSendForSignForm mergeAndSendForSignForm)Send the document by merging multiple templates.DocumentCreatedDocumentApi. sendDocument(SendForSign sendForSign)Sends the document for sign.DocumentCreatedTemplateApi. sendUsingTemplate(String templateId, SendForSignFromTemplateForm sendForSignFromTemplateForm)Send a document for signature using a Template.Methods in com.boldsign.api that return types with arguments of type DocumentCreated Modifier and Type Method Description ApiResponse<DocumentCreated>TemplateApi. mergeAndSendWithHttpInfo(MergeAndSendForSignForm mergeAndSendForSignForm)Send the document by merging multiple templates.ApiResponse<DocumentCreated>DocumentApi. sendDocumentWithHttpInfo(SendForSign sendForSign)Sends the document for sign.ApiResponse<DocumentCreated>TemplateApi. sendUsingTemplateWithHttpInfo(String templateId, SendForSignFromTemplateForm sendForSignFromTemplateForm)Send a document for signature using a Template.Method parameters in com.boldsign.api with type arguments of type DocumentCreated Modifier and Type Method Description okhttp3.CallTemplateApi. mergeAndSendAsync(MergeAndSendForSignForm mergeAndSendForSignForm, ApiCallback<DocumentCreated> _callback)Send the document by merging multiple templates.okhttp3.CallDocumentApi. sendDocumentAsync(SendForSign sendForSign, ApiCallback<DocumentCreated> _callback)Sends the document for sign.okhttp3.CallTemplateApi. sendUsingTemplateAsync(String templateId, SendForSignFromTemplateForm sendForSignFromTemplateForm, ApiCallback<DocumentCreated> _callback)Send a document for signature using a Template. -
Uses of DocumentCreated in com.boldsign.model
Methods in com.boldsign.model that return DocumentCreated Modifier and Type Method Description DocumentCreatedDocumentCreated. documentId(String documentId)static DocumentCreatedDocumentCreated. fromJson(String jsonString)Create an instance of DocumentCreated given an JSON string
-