@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Reminders extends Object
A complex element that specifies reminder settings for the envelope
| Constructor and Description |
|---|
Reminders() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getReminderDelay()
An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.
|
String |
getReminderEnabled()
When set to true, the envelope expires (is no longer available for signing) in the set number of days.
|
String |
getReminderFrequency()
An interger that sets the interval, in days, between reminder emails.
|
int |
hashCode() |
void |
setReminderDelay(String reminderDelay) |
void |
setReminderEnabled(String reminderEnabled) |
void |
setReminderFrequency(String reminderFrequency) |
String |
toString() |
public String getReminderDelay()
An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.
public void setReminderDelay(String reminderDelay)
public String getReminderEnabled()
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 setReminderEnabled(String reminderEnabled)
public String getReminderFrequency()
An interger that sets the interval, in days, between reminder emails.
public void setReminderFrequency(String reminderFrequency)
Copyright © 2017. All Rights Reserved.