Package com.docusign.esign.model
Class SenderEmailNotifications
- java.lang.Object
-
- com.docusign.esign.model.SenderEmailNotifications
-
public class SenderEmailNotifications extends java.lang.ObjectSenderEmailNotifications.
-
-
Constructor Summary
Constructors Constructor Description SenderEmailNotifications()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SenderEmailNotificationschangedSigner(java.lang.String changedSigner)changedSigner.SenderEmailNotificationsclickwrapResponsesLimitNotificationEmail(java.lang.String clickwrapResponsesLimitNotificationEmail)clickwrapResponsesLimitNotificationEmail.SenderEmailNotificationscommentsOnlyPrivateAndMention(java.lang.String commentsOnlyPrivateAndMention)commentsOnlyPrivateAndMention.SenderEmailNotificationscommentsReceiveAll(java.lang.String commentsReceiveAll)commentsReceiveAll.SenderEmailNotificationsdeliveryFailed(java.lang.String deliveryFailed)deliveryFailed.SenderEmailNotificationsenvelopeComplete(java.lang.String envelopeComplete)envelopeComplete.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetChangedSigner()When set to **true**, the sender receives notification if the signer changes..java.lang.StringgetClickwrapResponsesLimitNotificationEmail().java.lang.StringgetCommentsOnlyPrivateAndMention().java.lang.StringgetCommentsReceiveAll().java.lang.StringgetDeliveryFailed()When set to **true**, the sender receives notification if the delivery of the envelope fails..java.lang.StringgetEnvelopeComplete()When set to **true**, the user receives notification that the envelope has been completed..java.lang.StringgetOfflineSigningFailed()When set to **true**, the user receives notification if the offline signing failed..java.lang.StringgetPowerformResponsesLimitNotificationEmail().java.lang.StringgetPurgeDocuments().java.lang.StringgetRecipientViewed()When set to **true**, the sender receives notification that the recipient viewed the enveloper..java.lang.StringgetSenderEnvelopeDeclined().java.lang.StringgetWithdrawnConsent()When set to **true**, the user receives notification if consent is withdrawn..inthashCode()Returns the HashCode.SenderEmailNotificationsofflineSigningFailed(java.lang.String offlineSigningFailed)offlineSigningFailed.SenderEmailNotificationspowerformResponsesLimitNotificationEmail(java.lang.String powerformResponsesLimitNotificationEmail)powerformResponsesLimitNotificationEmail.SenderEmailNotificationspurgeDocuments(java.lang.String purgeDocuments)purgeDocuments.SenderEmailNotificationsrecipientViewed(java.lang.String recipientViewed)recipientViewed.SenderEmailNotificationssenderEnvelopeDeclined(java.lang.String senderEnvelopeDeclined)senderEnvelopeDeclined.voidsetChangedSigner(java.lang.String changedSigner)setChangedSigner.voidsetClickwrapResponsesLimitNotificationEmail(java.lang.String clickwrapResponsesLimitNotificationEmail)setClickwrapResponsesLimitNotificationEmail.voidsetCommentsOnlyPrivateAndMention(java.lang.String commentsOnlyPrivateAndMention)setCommentsOnlyPrivateAndMention.voidsetCommentsReceiveAll(java.lang.String commentsReceiveAll)setCommentsReceiveAll.voidsetDeliveryFailed(java.lang.String deliveryFailed)setDeliveryFailed.voidsetEnvelopeComplete(java.lang.String envelopeComplete)setEnvelopeComplete.voidsetOfflineSigningFailed(java.lang.String offlineSigningFailed)setOfflineSigningFailed.voidsetPowerformResponsesLimitNotificationEmail(java.lang.String powerformResponsesLimitNotificationEmail)setPowerformResponsesLimitNotificationEmail.voidsetPurgeDocuments(java.lang.String purgeDocuments)setPurgeDocuments.voidsetRecipientViewed(java.lang.String recipientViewed)setRecipientViewed.voidsetSenderEnvelopeDeclined(java.lang.String senderEnvelopeDeclined)setSenderEnvelopeDeclined.voidsetWithdrawnConsent(java.lang.String withdrawnConsent)setWithdrawnConsent.java.lang.StringtoString()Converts the given object to string.SenderEmailNotificationswithdrawnConsent(java.lang.String withdrawnConsent)withdrawnConsent.
-
-
-
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:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-