Class NotificationDefaults


  • public class NotificationDefaults
    extends Object
    NotificationDefaults.
    • Constructor Detail

      • NotificationDefaults

        public NotificationDefaults()
    • Method Detail

      • getApiEmailNotifications

        public NotificationDefaultSettings getApiEmailNotifications()
        The default notification settings for envelopes sent by using the console..
        Returns:
        apiEmailNotifications
      • setApiEmailNotifications

        public void setApiEmailNotifications​(NotificationDefaultSettings apiEmailNotifications)
        setApiEmailNotifications.
      • getEmailNotifications

        public NotificationDefaultSettings getEmailNotifications()
        The default notification settings for envelopes sent by using the API..
        Returns:
        emailNotifications
      • 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