Class EnvelopeNotificationRequest


  • public class EnvelopeNotificationRequest
    extends Object
    A complex element that specifies the notification settings for the envelope..
    • Constructor Detail

      • EnvelopeNotificationRequest

        public EnvelopeNotificationRequest()
    • Method Detail

      • getExpirations

        public Expirations getExpirations()
        A complex element that specifies the expiration settings for the envelope..
        Returns:
        expirations
      • setExpirations

        public void setExpirations​(Expirations expirations)
        setExpirations.
      • getReminders

        public Reminders getReminders()
        A complex element that specifies reminder settings for the envelope..
        Returns:
        reminders
      • setReminders

        public void setReminders​(Reminders reminders)
        setReminders.
      • getUseAccountDefaults

        public String getUseAccountDefaults()
        .
        Returns:
        useAccountDefaults
      • setUseAccountDefaults

        public void setUseAccountDefaults​(String useAccountDefaults)
        setUseAccountDefaults.
      • 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