Package com.docusign.esign.model
Class Expirations
- java.lang.Object
-
- com.docusign.esign.model.Expirations
-
public class Expirations extends Object
A complex element that specifies the expiration settings for the envelope..
-
-
Constructor Summary
Constructors Constructor Description Expirations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.ExpirationsexpireAfter(String expireAfter)expireAfter.ExpirationsexpireEnabled(String expireEnabled)expireEnabled.ExpirationsexpireWarn(String expireWarn)expireWarn.StringgetExpireAfter()An integer that sets the number of days the envelope is active..StringgetExpireEnabled()When set to **true**, the envelope expires (is no longer available for signing) in the set number of days.StringgetExpireWarn()An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient.inthashCode()Returns the HashCode.voidsetExpireAfter(String expireAfter)setExpireAfter.voidsetExpireEnabled(String expireEnabled)setExpireEnabled.voidsetExpireWarn(String expireWarn)setExpireWarn.StringtoString()Converts the given object to string.
-
-
-
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.
-
-