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)Compares objects.SenderEmailNotificationsgetSenderEmailNotifications()Get senderEmailNotifications.SignerEmailNotificationsgetSignerEmailNotifications()Get signerEmailNotifications.inthashCode()Returns the HashCode.NotificationDefaultSettingssenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)senderEmailNotifications.voidsetSenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)setSenderEmailNotifications.voidsetSignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)setSignerEmailNotifications.NotificationDefaultSettingssignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)signerEmailNotifications.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
senderEmailNotifications
public NotificationDefaultSettings senderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
senderEmailNotifications.- Returns:
- NotificationDefaultSettings
-
getSenderEmailNotifications
public SenderEmailNotifications getSenderEmailNotifications()
Get senderEmailNotifications.- Returns:
- senderEmailNotifications
-
setSenderEmailNotifications
public void setSenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
setSenderEmailNotifications.
-
signerEmailNotifications
public NotificationDefaultSettings signerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
signerEmailNotifications.- Returns:
- NotificationDefaultSettings
-
getSignerEmailNotifications
public SignerEmailNotifications getSignerEmailNotifications()
Get signerEmailNotifications.- Returns:
- signerEmailNotifications
-
setSignerEmailNotifications
public void setSignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
setSignerEmailNotifications.
-
equals
public boolean equals(Object o)
Compares objects.
-
-