Class SenderEmailNotifications


  • public class SenderEmailNotifications
    extends Object
    Contains the settings for the email notifications that senders receive about the envelopes that they send..
    • Constructor Detail

      • SenderEmailNotifications

        public SenderEmailNotifications()
    • Method Detail

      • getChangedSigner

        public String getChangedSigner()
        When set to **true**, the sender receives notification if the signer changes..
        Returns:
        changedSigner
      • setChangedSigner

        public void setChangedSigner​(String changedSigner)
        setChangedSigner.
      • clickwrapResponsesLimitNotificationEmail

        public SenderEmailNotifications clickwrapResponsesLimitNotificationEmail​(String clickwrapResponsesLimitNotificationEmail)
        clickwrapResponsesLimitNotificationEmail.
        Returns:
        SenderEmailNotifications
      • getClickwrapResponsesLimitNotificationEmail

        public String getClickwrapResponsesLimitNotificationEmail()
        .
        Returns:
        clickwrapResponsesLimitNotificationEmail
      • setClickwrapResponsesLimitNotificationEmail

        public void setClickwrapResponsesLimitNotificationEmail​(String clickwrapResponsesLimitNotificationEmail)
        setClickwrapResponsesLimitNotificationEmail.
      • commentsOnlyPrivateAndMention

        public SenderEmailNotifications commentsOnlyPrivateAndMention​(String commentsOnlyPrivateAndMention)
        commentsOnlyPrivateAndMention.
        Returns:
        SenderEmailNotifications
      • getCommentsOnlyPrivateAndMention

        public String getCommentsOnlyPrivateAndMention()
        .
        Returns:
        commentsOnlyPrivateAndMention
      • setCommentsOnlyPrivateAndMention

        public void setCommentsOnlyPrivateAndMention​(String commentsOnlyPrivateAndMention)
        setCommentsOnlyPrivateAndMention.
      • commentsReceiveAll

        public SenderEmailNotifications commentsReceiveAll​(String commentsReceiveAll)
        commentsReceiveAll.
        Returns:
        SenderEmailNotifications
      • getCommentsReceiveAll

        public String getCommentsReceiveAll()
        .
        Returns:
        commentsReceiveAll
      • setCommentsReceiveAll

        public void setCommentsReceiveAll​(String commentsReceiveAll)
        setCommentsReceiveAll.
      • getDeliveryFailed

        public String getDeliveryFailed()
        When set to **true**, the sender receives notification if the delivery of the envelope fails..
        Returns:
        deliveryFailed
      • setDeliveryFailed

        public void setDeliveryFailed​(String deliveryFailed)
        setDeliveryFailed.
      • envelopeComplete

        public SenderEmailNotifications envelopeComplete​(String envelopeComplete)
        envelopeComplete.
        Returns:
        SenderEmailNotifications
      • getEnvelopeComplete

        public String getEnvelopeComplete()
        When set to **true**, the user receives notification that the envelope has been completed..
        Returns:
        envelopeComplete
      • setEnvelopeComplete

        public void setEnvelopeComplete​(String envelopeComplete)
        setEnvelopeComplete.
      • offlineSigningFailed

        public SenderEmailNotifications offlineSigningFailed​(String offlineSigningFailed)
        offlineSigningFailed.
        Returns:
        SenderEmailNotifications
      • getOfflineSigningFailed

        public String getOfflineSigningFailed()
        When set to **true**, the user receives notification if the offline signing failed..
        Returns:
        offlineSigningFailed
      • setOfflineSigningFailed

        public void setOfflineSigningFailed​(String offlineSigningFailed)
        setOfflineSigningFailed.
      • powerformResponsesLimitNotificationEmail

        public SenderEmailNotifications powerformResponsesLimitNotificationEmail​(String powerformResponsesLimitNotificationEmail)
        powerformResponsesLimitNotificationEmail.
        Returns:
        SenderEmailNotifications
      • getPowerformResponsesLimitNotificationEmail

        public String getPowerformResponsesLimitNotificationEmail()
        .
        Returns:
        powerformResponsesLimitNotificationEmail
      • setPowerformResponsesLimitNotificationEmail

        public void setPowerformResponsesLimitNotificationEmail​(String powerformResponsesLimitNotificationEmail)
        setPowerformResponsesLimitNotificationEmail.
      • getPurgeDocuments

        public String getPurgeDocuments()
        .
        Returns:
        purgeDocuments
      • setPurgeDocuments

        public void setPurgeDocuments​(String purgeDocuments)
        setPurgeDocuments.
      • getRecipientViewed

        public String getRecipientViewed()
        When set to **true**, the sender receives notification that the recipient viewed the enveloper..
        Returns:
        recipientViewed
      • setRecipientViewed

        public void setRecipientViewed​(String recipientViewed)
        setRecipientViewed.
      • senderEnvelopeDeclined

        public SenderEmailNotifications senderEnvelopeDeclined​(String senderEnvelopeDeclined)
        senderEnvelopeDeclined.
        Returns:
        SenderEmailNotifications
      • getSenderEnvelopeDeclined

        public String getSenderEnvelopeDeclined()
        .
        Returns:
        senderEnvelopeDeclined
      • setSenderEnvelopeDeclined

        public void setSenderEnvelopeDeclined​(String senderEnvelopeDeclined)
        setSenderEnvelopeDeclined.
      • withdrawnConsent

        public SenderEmailNotifications withdrawnConsent​(String withdrawnConsent)
        withdrawnConsent.
        Returns:
        SenderEmailNotifications
      • getWithdrawnConsent

        public String getWithdrawnConsent()
        When set to **true**, the user receives notification if consent is withdrawn..
        Returns:
        withdrawnConsent
      • setWithdrawnConsent

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