Class EnvelopePurgeConfiguration


  • public class EnvelopePurgeConfiguration
    extends Object
    Contains information about the current envelope purge configuration for an account, which enables account administrators to purge documents from completed and voided envelopes after a set number of days (`retentionDays`). .
    • Constructor Detail

      • EnvelopePurgeConfiguration

        public EnvelopePurgeConfiguration()
    • Method Detail

      • getPurgeEnvelopes

        public String getPurgeEnvelopes()
        .
        Returns:
        purgeEnvelopes
      • setPurgeEnvelopes

        public void setPurgeEnvelopes​(String purgeEnvelopes)
        setPurgeEnvelopes.
      • getRedactPII

        public String getRedactPII()
        .
        Returns:
        redactPII
      • setRedactPII

        public void setRedactPII​(String redactPII)
        setRedactPII.
      • removeTabsAndEnvelopeAttachments

        public EnvelopePurgeConfiguration removeTabsAndEnvelopeAttachments​(String removeTabsAndEnvelopeAttachments)
        removeTabsAndEnvelopeAttachments.
        Returns:
        EnvelopePurgeConfiguration
      • getRemoveTabsAndEnvelopeAttachments

        public String getRemoveTabsAndEnvelopeAttachments()
        .
        Returns:
        removeTabsAndEnvelopeAttachments
      • setRemoveTabsAndEnvelopeAttachments

        public void setRemoveTabsAndEnvelopeAttachments​(String removeTabsAndEnvelopeAttachments)
        setRemoveTabsAndEnvelopeAttachments.
      • getRetentionDays

        public String getRetentionDays()
        .
        Returns:
        retentionDays
      • setRetentionDays

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