| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
Notification |
EnvelopesApi.getNotificationSettings(String accountId,
String envelopeId)
Gets envelope notification information.
|
Notification |
TemplatesApi.getNotificationSettings(String accountId,
String templateId)
Gets template notification information.
|
Notification |
EnvelopesApi.updateNotificationSettings(String accountId,
String envelopeId,
EnvelopeNotificationRequest envelopeNotificationRequest)
Sets envelope notification (Reminders/Expirations) structure for an existing envelope.
|
Notification |
TemplatesApi.updateNotificationSettings(String accountId,
String templateId,
TemplateNotificationRequest templateNotificationRequest)
Updates the notification structure for an existing template.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.expirations(Expirations expirations) |
Notification |
EnvelopeDefinition.getNotification()
Get notification
|
Notification |
EnvelopeTemplate.getNotification()
Get notification
|
Notification |
EnvelopeTemplateResult.getNotification()
Get notification
|
Notification |
Envelope.getNotification()
Get notification
|
Notification |
Notification.reminders(Reminders reminders) |
Notification |
Notification.useAccountDefaults(String useAccountDefaults) |
| Modifier and Type | Method and Description |
|---|---|
EnvelopeDefinition |
EnvelopeDefinition.notification(Notification notification) |
EnvelopeTemplate |
EnvelopeTemplate.notification(Notification notification) |
EnvelopeTemplateResult |
EnvelopeTemplateResult.notification(Notification notification) |
Envelope |
Envelope.notification(Notification notification) |
void |
EnvelopeDefinition.setNotification(Notification notification) |
void |
EnvelopeTemplate.setNotification(Notification notification) |
void |
EnvelopeTemplateResult.setNotification(Notification notification) |
void |
Envelope.setNotification(Notification notification) |
Copyright © 2018. All rights reserved.