Package com.docusign.esign.model
Class CorrectViewRequest
- java.lang.Object
-
- com.docusign.esign.model.CorrectViewRequest
-
public class CorrectViewRequest extends Object
The request body for the [EnvelopeViews: createCorrect](/docs/esign-rest-api/reference/envelopes/envelopeviews/createcorrect/) method..
-
-
Constructor Summary
Constructors Constructor Description CorrectViewRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorrectViewRequestbeginOnTagger(String beginOnTagger)beginOnTagger.booleanequals(Object o)Compares objects.StringgetBeginOnTagger().StringgetReturnUrl()The url used after correct/send view session has ended.StringgetSuppressNavigation()Specifies whether the window is displayed with or without dressing..StringgetViewUrl().inthashCode()Returns the HashCode.CorrectViewRequestreturnUrl(String returnUrl)returnUrl.voidsetBeginOnTagger(String beginOnTagger)setBeginOnTagger.voidsetReturnUrl(String returnUrl)setReturnUrl.voidsetSuppressNavigation(String suppressNavigation)setSuppressNavigation.voidsetViewUrl(String viewUrl)setViewUrl.CorrectViewRequestsuppressNavigation(String suppressNavigation)suppressNavigation.StringtoString()Converts the given object to string.CorrectViewRequestviewUrl(String viewUrl)viewUrl.
-
-
-
Method Detail
-
beginOnTagger
public CorrectViewRequest beginOnTagger(String beginOnTagger)
beginOnTagger.- Returns:
- CorrectViewRequest
-
getBeginOnTagger
public String getBeginOnTagger()
.- Returns:
- beginOnTagger
-
setBeginOnTagger
public void setBeginOnTagger(String beginOnTagger)
setBeginOnTagger.
-
returnUrl
public CorrectViewRequest returnUrl(String returnUrl)
returnUrl.- Returns:
- CorrectViewRequest
-
getReturnUrl
public String getReturnUrl()
The url used after correct/send view session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your app. The event parameters returned are: * send (user corrected and sent the envelope) * save (user saved the envelope) * cancel (user canceled the transaction.) * error (there was an error when performing the correct or send) * sessionEnd (the session ended before the user completed a different action) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. .- Returns:
- returnUrl
-
setReturnUrl
public void setReturnUrl(String returnUrl)
setReturnUrl.
-
suppressNavigation
public CorrectViewRequest suppressNavigation(String suppressNavigation)
suppressNavigation.- Returns:
- CorrectViewRequest
-
getSuppressNavigation
public String getSuppressNavigation()
Specifies whether the window is displayed with or without dressing..- Returns:
- suppressNavigation
-
setSuppressNavigation
public void setSuppressNavigation(String suppressNavigation)
setSuppressNavigation.
-
viewUrl
public CorrectViewRequest viewUrl(String viewUrl)
viewUrl.- Returns:
- CorrectViewRequest
-
getViewUrl
public String getViewUrl()
.- Returns:
- viewUrl
-
setViewUrl
public void setViewUrl(String viewUrl)
setViewUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-