Uses of Class
com.docusign.esign.model.CorrectViewRequest
-
Packages that use CorrectViewRequest Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of CorrectViewRequest in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type CorrectViewRequest Modifier and Type Method Description ViewUrlEnvelopesApi. createCorrectView(java.lang.String accountId, java.lang.String envelopeId, CorrectViewRequest correctViewRequest)Returns a URL to the envelope correction UI..voidEnvelopesApi. deleteEnvelopeCorrectView(java.lang.String accountId, java.lang.String envelopeId, CorrectViewRequest correctViewRequest)Revokes the correction view URL to the Envelope UI. -
Uses of CorrectViewRequest in com.docusign.esign.model
Methods in com.docusign.esign.model that return CorrectViewRequest Modifier and Type Method Description CorrectViewRequestCorrectViewRequest. returnUrl(java.lang.String returnUrl)returnUrl.CorrectViewRequestCorrectViewRequest. suppressNavigation(java.lang.String suppressNavigation)suppressNavigation.CorrectViewRequestCorrectViewRequest. viewUrl(java.lang.String viewUrl)viewUrl.
-