Package com.docusign.esign.model
Class NotificationDefaults
- java.lang.Object
-
- com.docusign.esign.model.NotificationDefaults
-
public class NotificationDefaults extends Object
NotificationDefaults
-
-
Constructor Summary
Constructors Constructor Description NotificationDefaults()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationDefaultsapiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)NotificationDefaultsemailNotifications(NotificationDefaultSettings emailNotifications)booleanequals(Object o)NotificationDefaultSettingsgetApiEmailNotifications()Get apiEmailNotificationsNotificationDefaultSettingsgetEmailNotifications()Get emailNotificationsinthashCode()voidsetApiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)voidsetEmailNotifications(NotificationDefaultSettings emailNotifications)StringtoString()
-
-
-
Method Detail
-
apiEmailNotifications
public NotificationDefaults apiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)
-
getApiEmailNotifications
public NotificationDefaultSettings getApiEmailNotifications()
Get apiEmailNotifications- Returns:
- apiEmailNotifications
-
setApiEmailNotifications
public void setApiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)
-
emailNotifications
public NotificationDefaults emailNotifications(NotificationDefaultSettings emailNotifications)
-
getEmailNotifications
public NotificationDefaultSettings getEmailNotifications()
Get emailNotifications- Returns:
- emailNotifications
-
setEmailNotifications
public void setEmailNotifications(NotificationDefaultSettings emailNotifications)
-
-