Class SenderEmailNotifications


  • public class SenderEmailNotifications
    extends java.lang.Object
    SenderEmailNotifications.
    • Constructor Detail

      • SenderEmailNotifications

        public SenderEmailNotifications()
    • Method Detail

      • changedSigner

        public SenderEmailNotifications changedSigner​(java.lang.String changedSigner)
        changedSigner.
        Returns:
        SenderEmailNotifications
      • getChangedSigner

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

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

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

        public java.lang.String getClickwrapResponsesLimitNotificationEmail()
        .
        Returns:
        clickwrapResponsesLimitNotificationEmail
      • setClickwrapResponsesLimitNotificationEmail

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

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

        public java.lang.String getCommentsOnlyPrivateAndMention()
        .
        Returns:
        commentsOnlyPrivateAndMention
      • setCommentsOnlyPrivateAndMention

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

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

        public java.lang.String getCommentsReceiveAll()
        .
        Returns:
        commentsReceiveAll
      • setCommentsReceiveAll

        public void setCommentsReceiveAll​(java.lang.String commentsReceiveAll)
        setCommentsReceiveAll.
      • deliveryFailed

        public SenderEmailNotifications deliveryFailed​(java.lang.String deliveryFailed)
        deliveryFailed.
        Returns:
        SenderEmailNotifications
      • getDeliveryFailed

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

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

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

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

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

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

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

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

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

        public java.lang.String getPowerformResponsesLimitNotificationEmail()
        .
        Returns:
        powerformResponsesLimitNotificationEmail
      • setPowerformResponsesLimitNotificationEmail

        public void setPowerformResponsesLimitNotificationEmail​(java.lang.String powerformResponsesLimitNotificationEmail)
        setPowerformResponsesLimitNotificationEmail.
      • purgeDocuments

        public SenderEmailNotifications purgeDocuments​(java.lang.String purgeDocuments)
        purgeDocuments.
        Returns:
        SenderEmailNotifications
      • getPurgeDocuments

        public java.lang.String getPurgeDocuments()
        .
        Returns:
        purgeDocuments
      • setPurgeDocuments

        public void setPurgeDocuments​(java.lang.String purgeDocuments)
        setPurgeDocuments.
      • recipientViewed

        public SenderEmailNotifications recipientViewed​(java.lang.String recipientViewed)
        recipientViewed.
        Returns:
        SenderEmailNotifications
      • getRecipientViewed

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

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

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

        public java.lang.String getSenderEnvelopeDeclined()
        .
        Returns:
        senderEnvelopeDeclined
      • setSenderEnvelopeDeclined

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

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

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

        public void setWithdrawnConsent​(java.lang.String withdrawnConsent)
        setWithdrawnConsent.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

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