Package com.docusign.esign.model
Class NotificationDefaults
- java.lang.Object
-
- com.docusign.esign.model.NotificationDefaults
-
- All Implemented Interfaces:
Serializable
public class NotificationDefaults extends Object implements Serializable
NotificationDefaults.- See Also:
- Serialized Form
-
-
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(Object o)Compares objects.NotificationDefaultSettingsgetApiEmailNotifications()The default notification settings for envelopes sent by using the console..NotificationDefaultSettingsgetEmailNotifications()The default notification settings for envelopes sent by using the API..inthashCode()Returns the HashCode.voidsetApiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)setApiEmailNotifications.voidsetEmailNotifications(NotificationDefaultSettings emailNotifications)setEmailNotifications.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
apiEmailNotifications
public NotificationDefaults apiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)
apiEmailNotifications.- Returns:
- NotificationDefaults
-
getApiEmailNotifications
public NotificationDefaultSettings getApiEmailNotifications()
The default notification settings for envelopes sent by using the console..- Returns:
- apiEmailNotifications
-
setApiEmailNotifications
public void setApiEmailNotifications(NotificationDefaultSettings apiEmailNotifications)
setApiEmailNotifications.
-
emailNotifications
public NotificationDefaults emailNotifications(NotificationDefaultSettings emailNotifications)
emailNotifications.- Returns:
- NotificationDefaults
-
getEmailNotifications
public NotificationDefaultSettings getEmailNotifications()
The default notification settings for envelopes sent by using the API..- Returns:
- emailNotifications
-
setEmailNotifications
public void setEmailNotifications(NotificationDefaultSettings emailNotifications)
setEmailNotifications.
-
equals
public boolean equals(Object o)
Compares objects.
-
-