Package com.docusign.esign.model
Class NotificationDefaultSettings
- java.lang.Object
-
- com.docusign.esign.model.NotificationDefaultSettings
-
public class NotificationDefaultSettings extends java.lang.ObjectNotificationDefaultSettings.
-
-
Constructor Summary
Constructors Constructor Description NotificationDefaultSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.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.java.lang.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(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-