Class ConnectEventData

  • All Implemented Interfaces:
    Serializable

    public class ConnectEventData
    extends Object
    implements Serializable
    This object lets you choose the data format of your Connect response. For more information about using this object, see [Connect webhooks with JSON notifications](https://www.docusign.com/blog/developers/connect-webhooks-json-notifications). .
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectEventData

        public ConnectEventData()
    • Method Detail

      • getFormat

        public String getFormat()
        .
        Returns:
        format
      • setFormat

        public void setFormat​(String format)
        setFormat.
      • addIncludeDataItem

        public ConnectEventData addIncludeDataItem​(String includeDataItem)
        addIncludeDataItem.
        Returns:
        ConnectEventData
      • getIncludeData

        public List<String> getIncludeData()
        .
        Returns:
        includeData
      • setIncludeData

        public void setIncludeData​(List<String> includeData)
        setIncludeData.
      • getVersion

        public String getVersion()
        .
        Returns:
        version
      • setVersion

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