Package com.docusign.esign.model
Class ReturnUrlRequest
- java.lang.Object
-
- com.docusign.esign.model.ReturnUrlRequest
-
public class ReturnUrlRequest extends Object
The request body for the [EnvelopeViews: createSender](/docs/esign-rest-api/reference/envelopes/envelopeviews/createsender/) method..
-
-
Constructor Summary
Constructors Constructor Description ReturnUrlRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetReturnUrl()Identifies the return point after sending the envelope.inthashCode()Returns the HashCode.ReturnUrlRequestreturnUrl(String returnUrl)returnUrl.voidsetReturnUrl(String returnUrl)setReturnUrl.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
returnUrl
public ReturnUrlRequest returnUrl(String returnUrl)
returnUrl.- Returns:
- ReturnUrlRequest
-
getReturnUrl
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: * send (user sends the envelope) * save (user saves the envelope) * cancel (user cancels the sending transaction. No envelopeId is returned in this case.) * error (there is an error when performing the send) * sessionEnd (the sending session ends before the user completes another action)..- Returns:
- returnUrl
-
setReturnUrl
public void setReturnUrl(String returnUrl)
setReturnUrl.
-
equals
public boolean equals(Object o)
Compares objects.
-
-