Uses of Class
com.docusign.esign.model.Notification
-
Packages that use Notification Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of Notification in com.docusign.esign.api
Methods in com.docusign.esign.api that return Notification Modifier and Type Method Description NotificationEnvelopesApi. getNotificationSettings(String accountId, String envelopeId)Gets envelope notification information..NotificationTemplatesApi. getNotificationSettings(String accountId, String templateId)Gets template notification information..NotificationEnvelopesApi. updateNotificationSettings(String accountId, String envelopeId, EnvelopeNotificationRequest envelopeNotificationRequest)Sets envelope notification (Reminders/Expirations) structure for an existing envelope..NotificationTemplatesApi. updateNotificationSettings(String accountId, String templateId, TemplateNotificationRequest templateNotificationRequest)Updates the notification structure for an existing template..Methods in com.docusign.esign.api that return types with arguments of type Notification Modifier and Type Method Description ApiResponse<Notification>EnvelopesApi. getNotificationSettingsWithHttpInfo(String accountId, String envelopeId)Gets envelope notification information.ApiResponse<Notification>TemplatesApi. getNotificationSettingsWithHttpInfo(String accountId, String templateId)Gets template notification information.ApiResponse<Notification>EnvelopesApi. updateNotificationSettingsWithHttpInfo(String accountId, String envelopeId, EnvelopeNotificationRequest envelopeNotificationRequest)Sets envelope notification (Reminders/Expirations) structure for an existing envelope.ApiResponse<Notification>TemplatesApi. updateNotificationSettingsWithHttpInfo(String accountId, String templateId, TemplateNotificationRequest templateNotificationRequest)Updates the notification structure for an existing template. -
Uses of Notification in com.docusign.esign.model
Methods in com.docusign.esign.model that return Notification Modifier and Type Method Description NotificationNotification. expirations(Expirations expirations)expirations.NotificationBulkSendBatchActionRequest. getNotification().NotificationEnvelope. getNotification().NotificationEnvelopeDefinition. getNotification()An optional complex element that specifies the notification options for the envelope..NotificationEnvelopeTemplate. getNotification().NotificationEnvelopeTemplateResult. getNotification()Get notificationNotificationNotification. reminders(Reminders reminders)reminders.NotificationNotification. useAccountDefaults(String useAccountDefaults)useAccountDefaults.Methods in com.docusign.esign.model with parameters of type Notification Modifier and Type Method Description BulkSendBatchActionRequestBulkSendBatchActionRequest. notification(Notification notification)notification.EnvelopeEnvelope. notification(Notification notification)notification.EnvelopeDefinitionEnvelopeDefinition. notification(Notification notification)notification.EnvelopeTemplateEnvelopeTemplate. notification(Notification notification)notification.EnvelopeTemplateResultEnvelopeTemplateResult. notification(Notification notification)voidBulkSendBatchActionRequest. setNotification(Notification notification)setNotification.voidEnvelope. setNotification(Notification notification)setNotification.voidEnvelopeDefinition. setNotification(Notification notification)setNotification.voidEnvelopeTemplate. setNotification(Notification notification)setNotification.voidEnvelopeTemplateResult. setNotification(Notification notification)
-