Class CorrectViewRequest

  • All Implemented Interfaces:
    Serializable

    public class CorrectViewRequest
    extends Object
    implements Serializable
    The request body for the [EnvelopeViews: createCorrect](/docs/esign-rest-api/reference/envelopes/envelopeviews/createcorrect/) method..
    See Also:
    Serialized Form
    • Constructor Detail

      • CorrectViewRequest

        public CorrectViewRequest()
    • Method Detail

      • beginOnTagger

        public CorrectViewRequest beginOnTagger​(String beginOnTagger)
        beginOnTagger.
        Returns:
        CorrectViewRequest
      • getBeginOnTagger

        public String getBeginOnTagger()
        .
        Returns:
        beginOnTagger
      • setBeginOnTagger

        public void setBeginOnTagger​(String beginOnTagger)
        setBeginOnTagger.
      • getReturnUrl

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

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

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

        public void setSuppressNavigation​(String suppressNavigation)
        setSuppressNavigation.
      • getViewUrl

        public String getViewUrl()
        .
        Returns:
        viewUrl
      • setViewUrl

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