Package com.docusign.esign.model
Class NotificationDefaults
- java.lang.Object
-
- com.docusign.esign.model.NotificationDefaults
-
public class NotificationDefaults extends java.lang.ObjectNotificationDefaults.
-
-
Constructor Summary
Constructors Constructor Description NotificationDefaults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationDefaultsapiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)apiEmailNotifications.NotificationDefaultsemailNotifications(NotificationDefaultSettings emailNotifications)emailNotifications.booleanequals(java.lang.Object o)Compares objects.NotificationDefaultSettingsgetApiEmailNotifications()Get apiEmailNotifications.NotificationDefaultSettingsgetEmailNotifications()Get emailNotifications.inthashCode()Returns the HashCode.voidsetApiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)setApiEmailNotifications.voidsetEmailNotifications(NotificationDefaultSettings emailNotifications)setEmailNotifications.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
apiEmailNotifications
public NotificationDefaults apiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)
apiEmailNotifications.- Returns:
- NotificationDefaults
-
getApiEmailNotifications
public NotificationDefaultSettings getApiEmailNotifications()
Get apiEmailNotifications.- Returns:
- apiEmailNotifications
-
setApiEmailNotifications
public void setApiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)
setApiEmailNotifications.
-
emailNotifications
public NotificationDefaults emailNotifications(NotificationDefaultSettings emailNotifications)
emailNotifications.- Returns:
- NotificationDefaults
-
getEmailNotifications
public NotificationDefaultSettings getEmailNotifications()
Get emailNotifications.- Returns:
- emailNotifications
-
setEmailNotifications
public void setEmailNotifications(NotificationDefaultSettings emailNotifications)
setEmailNotifications.
-
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
-
-