Class CorrectViewRequest


  • public class CorrectViewRequest
    extends java.lang.Object
    CorrectViewRequest.
    • Constructor Detail

      • CorrectViewRequest

        public CorrectViewRequest()
    • Method Detail

      • returnUrl

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

        public java.lang.String getReturnUrl()
        The url used after correct/send view session has ended. DocuSign redirects to the url and includes an event parameter that can be used by your app. The event parameters returned are: * send (user corrected and sent the envelope) * save (user saved the envelope) * cancel (user canceled the transaction.) * error (there was an error when performing the correct or send) * sessionEnd (the session ended before the user completed a different action) ###### Note: Include https:// in the URL or the redirect might not succeed on some browsers. .
        Returns:
        returnUrl
      • setReturnUrl

        public void setReturnUrl​(java.lang.String returnUrl)
        setReturnUrl.
      • suppressNavigation

        public CorrectViewRequest suppressNavigation​(java.lang.String suppressNavigation)
        suppressNavigation.
        Returns:
        CorrectViewRequest
      • getSuppressNavigation

        public java.lang.String getSuppressNavigation()
        Specifies whether the window is displayed with or without dressing..
        Returns:
        suppressNavigation
      • setSuppressNavigation

        public void setSuppressNavigation​(java.lang.String suppressNavigation)
        setSuppressNavigation.
      • viewUrl

        public CorrectViewRequest viewUrl​(java.lang.String viewUrl)
        viewUrl.
        Returns:
        CorrectViewRequest
      • getViewUrl

        public java.lang.String getViewUrl()
        .
        Returns:
        viewUrl
      • setViewUrl

        public void setViewUrl​(java.lang.String viewUrl)
        setViewUrl.
      • 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