@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Notification extends Object
A complex element that specifies the notification options for the envelope. It consists of:\n\n* useAccountDefaults - When set to true, the account default notification settings are used for the envelope. \n* reminders - A complex element that specifies reminder settings for the envelope. It consists of: \n\n * reminderEnabled - When set to true, a reminder message is sent to the recipient.\n * reminderDelay - An interger that sets the number of days after the recipient receives the envelope that reminder emails are sent to the recipient. \n * reminderFrequency - An interger that sets the interval, in days, between reminder emails. \n\n* expirations - A complex element that specifies the expiration settings for the envelope. It consists of:\n\n * expireEnabled - 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. \n * expireAfter - An integer that sets the number of days the envelope is active.\n * expireWarn - 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.
| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Expirations |
getExpirations() |
Reminders |
getReminders() |
String |
getUseAccountDefaults()
When set to true, the account default notification settings are used for the envelope.
|
int |
hashCode() |
void |
setExpirations(Expirations expirations) |
void |
setReminders(Reminders reminders) |
void |
setUseAccountDefaults(String useAccountDefaults) |
String |
toString() |
public Expirations getExpirations()
public void setExpirations(Expirations expirations)
public Reminders getReminders()
public void setReminders(Reminders reminders)
public String getUseAccountDefaults()
When set to true, the account default notification settings are used for the envelope.
public void setUseAccountDefaults(String useAccountDefaults)
Copyright © 2017. All Rights Reserved.