Uses of Class
com.docusign.esign.model.EnvelopeViewRequest
-
Packages that use EnvelopeViewRequest Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of EnvelopeViewRequest in com.docusign.esign.api
Methods in com.docusign.esign.api with parameters of type EnvelopeViewRequest Modifier and Type Method Description ViewUrlEnvelopesApi. createCorrectView(String accountId, String envelopeId, EnvelopeViewRequest envelopeViewRequest)Returns a URL to the envelope correction UI..ApiResponse<ViewUrl>EnvelopesApi. createCorrectViewWithHttpInfo(String accountId, String envelopeId, EnvelopeViewRequest envelopeViewRequest)Returns a URL to the envelope correction UI.ViewUrlEnvelopesApi. createEditView(String accountId, String envelopeId, EnvelopeViewRequest envelopeViewRequest)Returns a URL to the edit view UI..ApiResponse<ViewUrl>EnvelopesApi. createEditViewWithHttpInfo(String accountId, String envelopeId, EnvelopeViewRequest envelopeViewRequest)Returns a URL to the edit view UI.ViewUrlEnvelopesApi. createSenderView(String accountId, String envelopeId, EnvelopeViewRequest envelopeViewRequest)Returns a URL to the sender view UI..ApiResponse<ViewUrl>EnvelopesApi. createSenderViewWithHttpInfo(String accountId, String envelopeId, EnvelopeViewRequest envelopeViewRequest)Returns a URL to the sender view UI. -
Uses of EnvelopeViewRequest in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopeViewRequest Modifier and Type Method Description EnvelopeViewRequestEnvelopeViewRequest. returnUrl(String returnUrl)returnUrl.EnvelopeViewRequestEnvelopeViewRequest. settings(EnvelopeViewSettings settings)settings.EnvelopeViewRequestEnvelopeViewRequest. viewAccess(String viewAccess)viewAccess.
-