Uses of Class
com.boldsign.model.EmbeddedDocumentEditJsonRequest
-
Packages that use EmbeddedDocumentEditJsonRequest Package Description com.boldsign.api com.boldsign.model -
-
Uses of EmbeddedDocumentEditJsonRequest in com.boldsign.api
Methods in com.boldsign.api with parameters of type EmbeddedDocumentEditJsonRequest 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.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.okhttp3.CallDocumentApi. createEmbeddedEditUrlCall(String documentId, EmbeddedDocumentEditJsonRequest embeddedDocumentEditJsonRequest, ApiCallback _callback)Build call for createEmbeddedEditUrlApiResponse<EmbeddedDocumentEdited>DocumentApi. createEmbeddedEditUrlWithHttpInfo(String documentId, EmbeddedDocumentEditJsonRequest embeddedDocumentEditJsonRequest)Generates an embedded edit URL that allows the document editing process to be integrated into your application. -
Uses of EmbeddedDocumentEditJsonRequest in com.boldsign.model
Methods in com.boldsign.model that return EmbeddedDocumentEditJsonRequest Modifier and Type Method Description static EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. fromJson(String jsonString)Create an instance of EmbeddedDocumentEditJsonRequest given an JSON stringEmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. linkValidTill(OffsetDateTime linkValidTill)EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. locale(EmbeddedDocumentEditJsonRequest.LocaleEnum locale)EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. onBehalfOf(String onBehalfOf)EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. redirectUrl(URI redirectUrl)EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. sendViewOption(EmbeddedDocumentEditJsonRequest.SendViewOptionEnum sendViewOption)EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. showNavigationButtons(Boolean showNavigationButtons)EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. showPreviewButton(Boolean showPreviewButton)EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. showSendButton(Boolean showSendButton)EmbeddedDocumentEditJsonRequestEmbeddedDocumentEditJsonRequest. showToolbar(Boolean showToolbar)
-