@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class CorrectViewRequest extends Object
| Constructor and Description |
|---|
CorrectViewRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getReturnUrl()
The url used after correct/send view session has ended.
|
String |
getSuppressNavigation()
Specifies whether the window is displayed with or without dressing.
|
int |
hashCode() |
void |
setReturnUrl(String returnUrl) |
void |
setSuppressNavigation(String suppressNavigation) |
String |
toString() |
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: \n\n* send (user corrected and sent the envelope)\n* save (user saved the envelope)\n* cancel (user canceled the transaction.)\n* error (there was an error when performing the correct or send)\n* sessionEnd (the session ended before the user completed a different action)\n\n###### Note: Include https:// in the URL or the redirect might not succeed on some browsers.
public void setReturnUrl(String returnUrl)
public String getSuppressNavigation()
Specifies whether the window is displayed with or without dressing.
public void setSuppressNavigation(String suppressNavigation)
Copyright © 2017. All Rights Reserved.