@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Expirations extends Object
| 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()
public void setExpireAfter(String expireAfter)
public String getExpireEnabled()
public void setExpireEnabled(String expireEnabled)
public String getExpireWarn()
public void setExpireWarn(String expireWarn)
Copyright © 2017. All rights reserved.