Package com.docusign.esign.model
Class CorrectViewRequest
- java.lang.Object
-
- com.docusign.esign.model.CorrectViewRequest
-
public class CorrectViewRequest extends java.lang.ObjectCorrectViewRequest.
-
-
Constructor Summary
Constructors Constructor Description CorrectViewRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetReturnUrl()The url used after correct/send view session has ended.java.lang.StringgetSuppressNavigation()Specifies whether the window is displayed with or without dressing..java.lang.StringgetViewUrl().inthashCode()Returns the HashCode.CorrectViewRequestreturnUrl(java.lang.String returnUrl)returnUrl.voidsetReturnUrl(java.lang.String returnUrl)setReturnUrl.voidsetSuppressNavigation(java.lang.String suppressNavigation)setSuppressNavigation.voidsetViewUrl(java.lang.String viewUrl)setViewUrl.CorrectViewRequestsuppressNavigation(java.lang.String suppressNavigation)suppressNavigation.java.lang.StringtoString()Converts the given object to string.CorrectViewRequestviewUrl(java.lang.String viewUrl)viewUrl.
-
-
-
Method Detail
-
returnUrl
public CorrectViewRequest returnUrl(java.lang.String returnUrl)
returnUrl.- Returns:
- CorrectViewRequest
-
getReturnUrl
public java.lang.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(java.lang.String returnUrl)
setReturnUrl.
-
suppressNavigation
public CorrectViewRequest suppressNavigation(java.lang.String suppressNavigation)
suppressNavigation.- Returns:
- CorrectViewRequest
-
getSuppressNavigation
public java.lang.String getSuppressNavigation()
Specifies whether the window is displayed with or without dressing..- Returns:
- suppressNavigation
-
setSuppressNavigation
public void setSuppressNavigation(java.lang.String suppressNavigation)
setSuppressNavigation.
-
viewUrl
public CorrectViewRequest viewUrl(java.lang.String viewUrl)
viewUrl.- Returns:
- CorrectViewRequest
-
getViewUrl
public java.lang.String getViewUrl()
.- Returns:
- viewUrl
-
setViewUrl
public void setViewUrl(java.lang.String viewUrl)
setViewUrl.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-