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(String accountId, String envelopeId, CorrectViewRequest correctViewRequest)Returns a URL to the envelope correction UI..ApiResponse<ViewUrl>EnvelopesApi. createCorrectViewWithHttpInfo(String accountId, String envelopeId, CorrectViewRequest correctViewRequest)Returns a URL to the envelope correction UI.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.
-