Class ConsoleViewRequest


  • public class ConsoleViewRequest
    extends Object
    The request object for the [EnvelopeViews: createConsole](/docs/esign-rest-api/reference/envelopes/envelopeviews/createconsole/) method..
    • Constructor Detail

      • ConsoleViewRequest

        public ConsoleViewRequest()
    • Method Detail

      • getEnvelopeId

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

        public void setEnvelopeId​(String envelopeId)
        setEnvelopeId.
      • getReturnUrl

        public String getReturnUrl()
        The URL to be redirected to after the console view session has ended..
        Returns:
        returnUrl
      • setReturnUrl

        public void setReturnUrl​(String returnUrl)
        setReturnUrl.
      • equals

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

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

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