Package com.docusign.esign.model
Class NotificationDefaultSettings
- java.lang.Object
-
- com.docusign.esign.model.NotificationDefaultSettings
-
public class NotificationDefaultSettings extends Object
NotificationDefaultSettings
-
-
Constructor Summary
Constructors Constructor Description NotificationDefaultSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SenderEmailNotificationsgetSenderEmailNotifications()Get senderEmailNotificationsSignerEmailNotificationsgetSignerEmailNotifications()Get signerEmailNotificationsinthashCode()NotificationDefaultSettingssenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)voidsetSenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)voidsetSignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)NotificationDefaultSettingssignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)StringtoString()
-
-
-
Method Detail
-
senderEmailNotifications
public NotificationDefaultSettings senderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
-
getSenderEmailNotifications
public SenderEmailNotifications getSenderEmailNotifications()
Get senderEmailNotifications- Returns:
- senderEmailNotifications
-
setSenderEmailNotifications
public void setSenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
-
signerEmailNotifications
public NotificationDefaultSettings signerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
-
getSignerEmailNotifications
public SignerEmailNotifications getSignerEmailNotifications()
Get signerEmailNotifications- Returns:
- signerEmailNotifications
-
setSignerEmailNotifications
public void setSignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
-
-