@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Expirations extends Object
A complex element that specifies the expiration settings for the envelope.
| Constructor and Description |
|---|
Expirations() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExpireAfter()
An integer that sets the number of days the envelope is active.
|
String |
getExpireEnabled()
When set to true, the envelope expires (is no longer available for signing) in the set number of days.
|
String |
getExpireWarn()
An integer that sets the number of days before envelope expiration that an expiration warning email is sent to the recipient.
|
int |
hashCode() |
void |
setExpireAfter(String expireAfter) |
void |
setExpireEnabled(String expireEnabled) |
void |
setExpireWarn(String expireWarn) |
String |
toString() |
public String getExpireAfter()
An integer that sets the number of days the envelope is active.
public void setExpireAfter(String expireAfter)
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.
public void setExpireEnabled(String expireEnabled)
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.
public void setExpireWarn(String expireWarn)
Copyright © 2017. All Rights Reserved.