Class Expirations


  • public class Expirations
    extends Object
    A complex element that specifies the expiration settings for the envelope..
    • Constructor Detail

      • Expirations

        public Expirations()
    • Method Detail

      • expireAfter

        public Expirations expireAfter​(String expireAfter)
        expireAfter.
        Returns:
        Expirations
      • getExpireAfter

        public String getExpireAfter()
        An integer that sets the number of days the envelope is active..
        Returns:
        expireAfter
      • setExpireAfter

        public void setExpireAfter​(String expireAfter)
        setExpireAfter.
      • expireEnabled

        public Expirations expireEnabled​(String expireEnabled)
        expireEnabled.
        Returns:
        Expirations
      • getExpireEnabled

        public String getExpireEnabled()
        When set to **true**, the envelope expires (is no longer available for signing) in the set number of days. If false, the account default setting is used. If the account does not have an expiration setting, the DocuSign default value of 120 days is used..
        Returns:
        expireEnabled
      • setExpireEnabled

        public void setExpireEnabled​(String expireEnabled)
        setExpireEnabled.
      • expireWarn

        public Expirations expireWarn​(String expireWarn)
        expireWarn.
        Returns:
        Expirations
      • getExpireWarn

        public String getExpireWarn()
        An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient. If set to 0 (zero), no warning email is sent..
        Returns:
        expireWarn
      • setExpireWarn

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