Uses of Class
com.boldsign.model.EmbeddedSendCreated
Packages that use EmbeddedSendCreated
-
Uses of EmbeddedSendCreated in com.boldsign.api
Methods in com.boldsign.api that return EmbeddedSendCreatedModifier and TypeMethodDescriptionDocumentApi.createEmbeddedRequestUrlDocument(EmbeddedDocumentRequest embeddedDocumentRequest) Generates a send URL which embeds document sending process into your application.TemplateApi.createEmbeddedRequestUrlTemplate(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest) Generates a send URL using a template which embeds document sending process into your application.TemplateApi.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 EmbeddedSendCreatedModifier and TypeMethodDescriptionDocumentApi.createEmbeddedRequestUrlDocumentWithHttpInfo(EmbeddedDocumentRequest embeddedDocumentRequest) Generates a send URL which embeds document sending process into your application.TemplateApi.createEmbeddedRequestUrlTemplateWithHttpInfo(String templateId, EmbeddedSendTemplateFormRequest embeddedSendTemplateFormRequest) Generates a send URL using a template which embeds document sending process into your application.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 EmbeddedSendCreatedModifier and TypeMethodDescriptionokhttp3.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 EmbeddedSendCreatedModifier and TypeMethodDescriptionEmbeddedSendCreated.documentId(String documentId) static EmbeddedSendCreatedCreate an instance of EmbeddedSendCreated given an JSON string