Package com.docusign.esign.model
Class NotificationDefaultSettings
- java.lang.Object
-
- com.docusign.esign.model.NotificationDefaultSettings
-
- All Implemented Interfaces:
Serializable
public class NotificationDefaultSettings extends Object implements Serializable
Contains details about the default notification settings for the envelope notifications that senders and signers receive..- See Also:
- Serialized Form
-
-
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()An array of email notifications that sets the email the user receives when they are a sender.SignerEmailNotificationsgetSignerEmailNotifications()An array of email notifications that specifies the email the user receives when they are a recipient.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()
An array of email notifications that sets the email the user receives when they are a sender. When the specific email notification is set to true, the user will receive those types of email notifications from DocuSign. The user inherits the default account sender email notification settings when the user is created. The email notifications are: * envelopeComplete * changedSigner * senderEnvelopeDeclined * withdrawnConsent * recipientViewed * deliveryFailed .- Returns:
- senderEmailNotifications
-
setSenderEmailNotifications
public void setSenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
setSenderEmailNotifications.
-
signerEmailNotifications
public NotificationDefaultSettings signerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
signerEmailNotifications.- Returns:
- NotificationDefaultSettings
-
getSignerEmailNotifications
public SignerEmailNotifications getSignerEmailNotifications()
An array of email notifications that specifies the email the user receives when they are a recipient. When the specific email notification is set to true, the user receives those types of email notifications from DocuSign. The user inherits the default account email notification settings when the user is created. .- Returns:
- signerEmailNotifications
-
setSignerEmailNotifications
public void setSignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
setSignerEmailNotifications.
-
equals
public boolean equals(Object o)
Compares objects.
-
-