Class ConsoleViewRequest


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ConsoleViewRequest envelopeId​(java.lang.String envelopeId)
      envelopeId.
      boolean equals​(java.lang.Object o)
      Compares objects.
      java.lang.String getEnvelopeId()
      The envelope ID of the envelope status that failed to post..
      java.lang.String getReturnUrl()
      The URL to be redirected to after the console view session has ended..
      int hashCode()
      Returns the HashCode.
      ConsoleViewRequest returnUrl​(java.lang.String returnUrl)
      returnUrl.
      void setEnvelopeId​(java.lang.String envelopeId)
      setEnvelopeId.
      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

      • ConsoleViewRequest

        public ConsoleViewRequest()
    • Method Detail

      • envelopeId

        public ConsoleViewRequest envelopeId​(java.lang.String envelopeId)
        envelopeId.
        Returns:
        ConsoleViewRequest
      • getEnvelopeId

        public java.lang.String getEnvelopeId()
        The envelope ID of the envelope status that failed to post..
        Returns:
        envelopeId
      • setEnvelopeId

        public void setEnvelopeId​(java.lang.String envelopeId)
        setEnvelopeId.
      • returnUrl

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

        public java.lang.String getReturnUrl()
        The URL to be redirected to after the console view session has ended..
        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