Uses of Class
com.boldsign.model.EmbeddedSendCreated
-
Packages that use EmbeddedSendCreated Package Description com.boldsign.api com.boldsign.model -
-
Uses of EmbeddedSendCreated in com.boldsign.api
Methods in com.boldsign.api that return EmbeddedSendCreated Modifier and Type Method Description EmbeddedSendCreatedDocumentApi. createEmbeddedRequestUrlDocument(EmbeddedDocumentRequest embeddedDocumentRequest)Generates a send URL which embeds document sending process into your application.EmbeddedSendCreatedTemplateApi. createEmbeddedRequestUrlTemplate(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest)Generates a send URL using a template which embeds document sending process into your application.EmbeddedSendCreatedTemplateApi. mergeCreateEmbeddedRequestUrlTemplate(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest)Generates a merge request URL using a template that combines document merging and sending processes into your application.Methods in com.boldsign.api that return types with arguments of type EmbeddedSendCreated Modifier and Type Method Description ApiResponse<EmbeddedSendCreated>DocumentApi. createEmbeddedRequestUrlDocumentWithHttpInfo(EmbeddedDocumentRequest embeddedDocumentRequest)Generates a send URL which embeds document sending process into your application.ApiResponse<EmbeddedSendCreated>TemplateApi. createEmbeddedRequestUrlTemplateWithHttpInfo(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest)Generates a send URL using a template which embeds document sending process into your application.ApiResponse<EmbeddedSendCreated>TemplateApi. mergeCreateEmbeddedRequestUrlTemplateWithHttpInfo(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest)Generates a merge request URL using a template that combines document merging and sending processes into your application.Method parameters in com.boldsign.api with type arguments of type EmbeddedSendCreated Modifier and Type Method Description okhttp3.CallDocumentApi. createEmbeddedRequestUrlDocumentAsync(EmbeddedDocumentRequest embeddedDocumentRequest, ApiCallback<EmbeddedSendCreated> _callback)Generates a send URL which embeds document sending process into your application.okhttp3.CallTemplateApi. createEmbeddedRequestUrlTemplateAsync(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest, ApiCallback<EmbeddedSendCreated> _callback)Generates a send URL using a template which embeds document sending process into your application.okhttp3.CallTemplateApi. mergeCreateEmbeddedRequestUrlTemplateAsync(EmbeddedMergeTemplateFormRequest embeddedMergeTemplateFormRequest, ApiCallback<EmbeddedSendCreated> _callback)Generates a merge request URL using a template that combines document merging and sending processes into your application. -
Uses of EmbeddedSendCreated in com.boldsign.model
Methods in com.boldsign.model that return EmbeddedSendCreated Modifier and Type Method Description EmbeddedSendCreatedEmbeddedSendCreated. documentId(String documentId)static EmbeddedSendCreatedEmbeddedSendCreated. fromJson(String jsonString)Create an instance of EmbeddedSendCreated given an JSON stringEmbeddedSendCreatedEmbeddedSendCreated. sendUrl(URI sendUrl)
-