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 voidEnvelopesApi. deleteEnvelopeCorrectView(String accountId, String envelopeId, CorrectViewRequest correctViewRequest)Revokes the correction view URL to the Envelope UI.ApiResponse<Object>EnvelopesApi. deleteEnvelopeCorrectViewWithHttpInfo(String accountId, String envelopeId, CorrectViewRequest correctViewRequest)Revokes the correction view URL to the Envelope UI 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. beginOnTagger(String beginOnTagger)beginOnTagger.CorrectViewRequestCorrectViewRequest. returnUrl(String returnUrl)returnUrl.CorrectViewRequestCorrectViewRequest. suppressNavigation(String suppressNavigation)suppressNavigation.CorrectViewRequestCorrectViewRequest. viewUrl(String viewUrl)viewUrl.
-