@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class ReturnUrlRequest extends Object
| Constructor and Description |
|---|
ReturnUrlRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getReturnUrl()
Identifies the return point after sending the envelope.
|
int |
hashCode() |
void |
setReturnUrl(String returnUrl) |
String |
toString() |
public String getReturnUrl()
Identifies the return point after sending the envelope. DocuSign returns to the URL and includes an event parameter that can be used to redirect the recipient to another location. The possible event parameters returned are: \n\n* send (user sends the envelope)\n* save (user saves the envelope)\n* cancel (user cancels the sending transaction. No envelopeId is returned in this case.)\n* error (there is an error when performing the send)\n* sessionEnd (the sending session ends before the user completes another action).
public void setReturnUrl(String returnUrl)
Copyright © 2017. All Rights Reserved.