Class NotificationDefaultSettings


  • public class NotificationDefaultSettings
    extends Object
    Contains details about the default notification settings for the envelope notifications that senders and signers receive..
    • Constructor Detail

      • NotificationDefaultSettings

        public NotificationDefaultSettings()
    • Method Detail

      • 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.
      • 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.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object