Uses of Class
com.boldsign.model.EmbeddedDocumentEdited
-
Packages that use EmbeddedDocumentEdited Package Description com.boldsign.api com.boldsign.model -
-
Uses of EmbeddedDocumentEdited in com.boldsign.api
Methods in com.boldsign.api that return EmbeddedDocumentEdited Modifier and Type Method Description EmbeddedDocumentEditedDocumentApi. createEmbeddedEditUrl(String documentId, EmbeddedDocumentEditJsonRequest embeddedDocumentEditJsonRequest)Generates an embedded edit URL that allows the document editing process to be integrated into your application.Methods in com.boldsign.api that return types with arguments of type EmbeddedDocumentEdited Modifier and Type Method Description ApiResponse<EmbeddedDocumentEdited>DocumentApi. createEmbeddedEditUrlWithHttpInfo(String documentId, EmbeddedDocumentEditJsonRequest embeddedDocumentEditJsonRequest)Generates an embedded edit URL that allows the document editing process to be integrated into your application.Method parameters in com.boldsign.api with type arguments of type EmbeddedDocumentEdited Modifier and Type Method Description okhttp3.CallDocumentApi. createEmbeddedEditUrlAsync(String documentId, EmbeddedDocumentEditJsonRequest embeddedDocumentEditJsonRequest, ApiCallback<EmbeddedDocumentEdited> _callback)Generates an embedded edit URL that allows the document editing process to be integrated into your application. -
Uses of EmbeddedDocumentEdited in com.boldsign.model
Methods in com.boldsign.model that return EmbeddedDocumentEdited Modifier and Type Method Description EmbeddedDocumentEditedEmbeddedDocumentEdited. editUrl(URI editUrl)static EmbeddedDocumentEditedEmbeddedDocumentEdited. fromJson(String jsonString)Create an instance of EmbeddedDocumentEdited given an JSON string
-