Uses of Class
com.docusign.esign.model.NotificationDefaults
-
Packages that use NotificationDefaults Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of NotificationDefaults in com.docusign.esign.api
Methods in com.docusign.esign.api that return NotificationDefaults Modifier and Type Method Description NotificationDefaultsAccountsApi. getNotificationDefaults(java.lang.String accountId)Returns default user level settings for a specified account.NotificationDefaultsAccountsApi. updateNotificationDefaults(java.lang.String accountId, NotificationDefaults notificationDefaults)Updates default user level settings for a specified account.Methods in com.docusign.esign.api with parameters of type NotificationDefaults Modifier and Type Method Description NotificationDefaultsAccountsApi. updateNotificationDefaults(java.lang.String accountId, NotificationDefaults notificationDefaults)Updates default user level settings for a specified account. -
Uses of NotificationDefaults in com.docusign.esign.model
Methods in com.docusign.esign.model that return NotificationDefaults Modifier and Type Method Description NotificationDefaultsNotificationDefaults. apiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)apiEmailNotifications.NotificationDefaultsNotificationDefaults. emailNotifications(NotificationDefaultSettings emailNotifications)emailNotifications.
-