Uses of Class
com.boldsign.model.NotificationSettings
-
Packages that use NotificationSettings Package Description com.boldsign.model -
-
Uses of NotificationSettings in com.boldsign.model
Methods in com.boldsign.model that return NotificationSettings Modifier and Type Method Description NotificationSettingsNotificationSettings. attachSignedDocument(Boolean attachSignedDocument)NotificationSettingsNotificationSettings. authenticationFailed(Boolean authenticationFailed)NotificationSettingsNotificationSettings. completed(Boolean completed)NotificationSettingsNotificationSettings. declined(Boolean declined)NotificationSettingsNotificationSettings. deliveryFailed(Boolean deliveryFailed)NotificationSettingsNotificationSettings. expired(Boolean expired)static NotificationSettingsNotificationSettings. fromJson(String jsonString)Create an instance of NotificationSettings given an JSON stringNotificationSettingsCreateSenderIdentityRequest. getNotificationSettings()Get notificationSettingsNotificationSettingsEditSenderIdentityRequest. getNotificationSettings()Get notificationSettingsNotificationSettingsSenderIdentityViewModel. getNotificationSettings()Get notificationSettingsNotificationSettingsNotificationSettings. reassigned(Boolean reassigned)NotificationSettingsNotificationSettings. reminders(Boolean reminders)NotificationSettingsNotificationSettings. revoked(Boolean revoked)NotificationSettingsNotificationSettings. sent(Boolean sent)NotificationSettingsNotificationSettings. signed(Boolean signed)NotificationSettingsNotificationSettings. viewed(Boolean viewed)Methods in com.boldsign.model with parameters of type NotificationSettings Modifier and Type Method Description CreateSenderIdentityRequestCreateSenderIdentityRequest. notificationSettings(NotificationSettings notificationSettings)EditSenderIdentityRequestEditSenderIdentityRequest. notificationSettings(NotificationSettings notificationSettings)SenderIdentityViewModelSenderIdentityViewModel. notificationSettings(NotificationSettings notificationSettings)voidCreateSenderIdentityRequest. setNotificationSettings(NotificationSettings notificationSettings)voidEditSenderIdentityRequest. setNotificationSettings(NotificationSettings notificationSettings)voidSenderIdentityViewModel. setNotificationSettings(NotificationSettings notificationSettings)
-