public class Expirations extends Object
Constructor and Description |
---|
Expirations() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Expirations |
expireAfter(String expireAfter) |
Expirations |
expireEnabled(String expireEnabled) |
Expirations |
expireWarn(String expireWarn) |
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 Expirations expireAfter(String expireAfter)
public String getExpireAfter()
public void setExpireAfter(String expireAfter)
public Expirations expireEnabled(String expireEnabled)
public String getExpireEnabled()
public void setExpireEnabled(String expireEnabled)
public Expirations expireWarn(String expireWarn)
public String getExpireWarn()
public void setExpireWarn(String expireWarn)
Copyright © 2021. All rights reserved.