Class EnvelopeMetadata

    • Constructor Detail

      • EnvelopeMetadata

        public EnvelopeMetadata()
    • Method Detail

      • allowAdvancedCorrect

        public EnvelopeMetadata allowAdvancedCorrect​(String allowAdvancedCorrect)
        allowAdvancedCorrect.
        Returns:
        EnvelopeMetadata
      • getAllowAdvancedCorrect

        public String getAllowAdvancedCorrect()
        .
        Returns:
        allowAdvancedCorrect
      • setAllowAdvancedCorrect

        public void setAllowAdvancedCorrect​(String allowAdvancedCorrect)
        setAllowAdvancedCorrect.
      • allowCorrect

        public EnvelopeMetadata allowCorrect​(String allowCorrect)
        allowCorrect.
        Returns:
        EnvelopeMetadata
      • getAllowCorrect

        public String getAllowCorrect()
        .
        Returns:
        allowCorrect
      • setAllowCorrect

        public void setAllowCorrect​(String allowCorrect)
        setAllowCorrect.
      • enableSignWithNotary

        public EnvelopeMetadata enableSignWithNotary​(String enableSignWithNotary)
        enableSignWithNotary.
        Returns:
        EnvelopeMetadata
      • getEnableSignWithNotary

        public String getEnableSignWithNotary()
        .
        Returns:
        enableSignWithNotary
      • setEnableSignWithNotary

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