public class SenderEmailNotifications extends Object
Constructor and Description |
---|
SenderEmailNotifications() |
Modifier and Type | Method and Description |
---|---|
SenderEmailNotifications |
changedSigner(String changedSigner) |
SenderEmailNotifications |
commentsOnlyPrivateAndMention(String commentsOnlyPrivateAndMention) |
SenderEmailNotifications |
commentsReceiveAll(String commentsReceiveAll) |
SenderEmailNotifications |
deliveryFailed(String deliveryFailed) |
SenderEmailNotifications |
envelopeComplete(String envelopeComplete) |
boolean |
equals(Object o) |
String |
getChangedSigner()
When set to **true**, the sender receives notification if the signer changes.
|
String |
getCommentsOnlyPrivateAndMention() |
String |
getCommentsReceiveAll() |
String |
getDeliveryFailed()
When set to **true**, the sender receives notification if the delivery of the envelope fails.
|
String |
getEnvelopeComplete()
When set to **true**, the user receives notification that the envelope has been completed.
|
String |
getOfflineSigningFailed()
When set to **true**, the user receives notification if the offline signing failed.
|
String |
getPowerformResponsesLimitNotificationEmail() |
String |
getRecipientViewed()
When set to **true**, the sender receives notification that the recipient viewed the enveloper.
|
String |
getSenderEnvelopeDeclined() |
String |
getWithdrawnConsent()
When set to **true**, the user receives notification if consent is withdrawn.
|
int |
hashCode() |
SenderEmailNotifications |
offlineSigningFailed(String offlineSigningFailed) |
SenderEmailNotifications |
powerformResponsesLimitNotificationEmail(String powerformResponsesLimitNotificationEmail) |
SenderEmailNotifications |
recipientViewed(String recipientViewed) |
SenderEmailNotifications |
senderEnvelopeDeclined(String senderEnvelopeDeclined) |
void |
setChangedSigner(String changedSigner) |
void |
setCommentsOnlyPrivateAndMention(String commentsOnlyPrivateAndMention) |
void |
setCommentsReceiveAll(String commentsReceiveAll) |
void |
setDeliveryFailed(String deliveryFailed) |
void |
setEnvelopeComplete(String envelopeComplete) |
void |
setOfflineSigningFailed(String offlineSigningFailed) |
void |
setPowerformResponsesLimitNotificationEmail(String powerformResponsesLimitNotificationEmail) |
void |
setRecipientViewed(String recipientViewed) |
void |
setSenderEnvelopeDeclined(String senderEnvelopeDeclined) |
void |
setWithdrawnConsent(String withdrawnConsent) |
String |
toString() |
SenderEmailNotifications |
withdrawnConsent(String withdrawnConsent) |
public SenderEmailNotifications changedSigner(String changedSigner)
public String getChangedSigner()
public void setChangedSigner(String changedSigner)
public SenderEmailNotifications commentsOnlyPrivateAndMention(String commentsOnlyPrivateAndMention)
public String getCommentsOnlyPrivateAndMention()
public void setCommentsOnlyPrivateAndMention(String commentsOnlyPrivateAndMention)
public SenderEmailNotifications commentsReceiveAll(String commentsReceiveAll)
public String getCommentsReceiveAll()
public void setCommentsReceiveAll(String commentsReceiveAll)
public SenderEmailNotifications deliveryFailed(String deliveryFailed)
public String getDeliveryFailed()
public void setDeliveryFailed(String deliveryFailed)
public SenderEmailNotifications envelopeComplete(String envelopeComplete)
public String getEnvelopeComplete()
public void setEnvelopeComplete(String envelopeComplete)
public SenderEmailNotifications offlineSigningFailed(String offlineSigningFailed)
public String getOfflineSigningFailed()
public void setOfflineSigningFailed(String offlineSigningFailed)
public SenderEmailNotifications powerformResponsesLimitNotificationEmail(String powerformResponsesLimitNotificationEmail)
public String getPowerformResponsesLimitNotificationEmail()
public void setPowerformResponsesLimitNotificationEmail(String powerformResponsesLimitNotificationEmail)
public SenderEmailNotifications recipientViewed(String recipientViewed)
public String getRecipientViewed()
public void setRecipientViewed(String recipientViewed)
public SenderEmailNotifications senderEnvelopeDeclined(String senderEnvelopeDeclined)
public String getSenderEnvelopeDeclined()
public void setSenderEnvelopeDeclined(String senderEnvelopeDeclined)
public SenderEmailNotifications withdrawnConsent(String withdrawnConsent)
public String getWithdrawnConsent()
public void setWithdrawnConsent(String withdrawnConsent)
Copyright © 2020. All rights reserved.