Class EnvelopeEvent


  • public class EnvelopeEvent
    extends Object
    For which envelope events should your webhook be called?.
    • Constructor Detail

      • EnvelopeEvent

        public EnvelopeEvent()
    • Method Detail

      • envelopeEventStatusCode

        public EnvelopeEvent envelopeEventStatusCode​(String envelopeEventStatusCode)
        envelopeEventStatusCode.
        Returns:
        EnvelopeEvent
      • getEnvelopeEventStatusCode

        public String getEnvelopeEventStatusCode()
        he envelope status, this can be Sent, Delivered, Completed, Declined, or Voided..
        Returns:
        envelopeEventStatusCode
      • setEnvelopeEventStatusCode

        public void setEnvelopeEventStatusCode​(String envelopeEventStatusCode)
        setEnvelopeEventStatusCode.
      • includeDocuments

        public EnvelopeEvent includeDocuments​(String includeDocuments)
        includeDocuments.
        Returns:
        EnvelopeEvent
      • getIncludeDocuments

        public String getIncludeDocuments()
        When set to **true**, the PDF documents are included in the message along with the updated XML. .
        Returns:
        includeDocuments
      • setIncludeDocuments

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