Class ReturnUrlRequest


  • public class ReturnUrlRequest
    extends java.lang.Object
    ReturnUrlRequest.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Compares objects.
      java.lang.String getReturnUrl()
      Identifies the return point after sending the envelope.
      int hashCode()
      Returns the HashCode.
      ReturnUrlRequest returnUrl​(java.lang.String returnUrl)
      returnUrl.
      void setReturnUrl​(java.lang.String returnUrl)
      setReturnUrl.
      java.lang.String toString()
      Converts the given object to string.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ReturnUrlRequest

        public ReturnUrlRequest()
    • Method Detail

      • returnUrl

        public ReturnUrlRequest returnUrl​(java.lang.String returnUrl)
        returnUrl.
        Returns:
        ReturnUrlRequest
      • getReturnUrl

        public java.lang.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​(java.lang.String returnUrl)
        setReturnUrl.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object