public class SignerEmailNotifications extends Object
| Constructor and Description |
|---|
SignerEmailNotifications() |
| Modifier and Type | Method and Description |
|---|---|
SignerEmailNotifications |
agentNotification(String agentNotification) |
SignerEmailNotifications |
carbonCopyNotification(String carbonCopyNotification) |
SignerEmailNotifications |
certifiedDeliveryNotification(String certifiedDeliveryNotification) |
SignerEmailNotifications |
commentsOnlyPrivateAndMention(String commentsOnlyPrivateAndMention) |
SignerEmailNotifications |
commentsReceiveAll(String commentsReceiveAll) |
SignerEmailNotifications |
documentMarkupActivation(String documentMarkupActivation) |
SignerEmailNotifications |
envelopeActivation(String envelopeActivation) |
SignerEmailNotifications |
envelopeComplete(String envelopeComplete) |
SignerEmailNotifications |
envelopeCorrected(String envelopeCorrected) |
SignerEmailNotifications |
envelopeDeclined(String envelopeDeclined) |
SignerEmailNotifications |
envelopeVoided(String envelopeVoided) |
boolean |
equals(Object o) |
SignerEmailNotifications |
faxReceived(String faxReceived) |
String |
getAgentNotification()
When set to **true**, the user receives agent notification emails.
|
String |
getCarbonCopyNotification()
When set to **true**, the user receives notifications of carbon copy deliveries.
|
String |
getCertifiedDeliveryNotification()
When set to **true**, the user receives notifications of certified deliveries.
|
String |
getCommentsOnlyPrivateAndMention() |
String |
getCommentsReceiveAll() |
String |
getDocumentMarkupActivation()
When set to **true**, the user receives notification that document markup has been activated.
|
String |
getEnvelopeActivation()
When set to **true**, the user receives notification that the envelope has been activated.
|
String |
getEnvelopeComplete()
When set to **true**, the user receives notification that the envelope has been completed.
|
String |
getEnvelopeCorrected()
When set to **true**, the user receives notification that the envelope has been corrected.
|
String |
getEnvelopeDeclined()
When set to **true**, the user receives notification that the envelope has been declined.
|
String |
getEnvelopeVoided()
When set to **true**, the user receives notification that the envelope has been voided.
|
String |
getFaxReceived()
Reserved:
|
String |
getOfflineSigningFailed()
When set to **true**, the user receives notification if the offline signing failed.
|
String |
getPurgeDocuments()
When set to **true**, the user receives notification of document purges.
|
String |
getReassignedSigner()
When set to **true**, the user receives notification that the envelope has been reassigned.
|
String |
getWhenSigningGroupMember() |
int |
hashCode() |
SignerEmailNotifications |
offlineSigningFailed(String offlineSigningFailed) |
SignerEmailNotifications |
purgeDocuments(String purgeDocuments) |
SignerEmailNotifications |
reassignedSigner(String reassignedSigner) |
void |
setAgentNotification(String agentNotification) |
void |
setCarbonCopyNotification(String carbonCopyNotification) |
void |
setCertifiedDeliveryNotification(String certifiedDeliveryNotification) |
void |
setCommentsOnlyPrivateAndMention(String commentsOnlyPrivateAndMention) |
void |
setCommentsReceiveAll(String commentsReceiveAll) |
void |
setDocumentMarkupActivation(String documentMarkupActivation) |
void |
setEnvelopeActivation(String envelopeActivation) |
void |
setEnvelopeComplete(String envelopeComplete) |
void |
setEnvelopeCorrected(String envelopeCorrected) |
void |
setEnvelopeDeclined(String envelopeDeclined) |
void |
setEnvelopeVoided(String envelopeVoided) |
void |
setFaxReceived(String faxReceived) |
void |
setOfflineSigningFailed(String offlineSigningFailed) |
void |
setPurgeDocuments(String purgeDocuments) |
void |
setReassignedSigner(String reassignedSigner) |
void |
setWhenSigningGroupMember(String whenSigningGroupMember) |
String |
toString() |
SignerEmailNotifications |
whenSigningGroupMember(String whenSigningGroupMember) |
public SignerEmailNotifications agentNotification(String agentNotification)
public String getAgentNotification()
public void setAgentNotification(String agentNotification)
public SignerEmailNotifications carbonCopyNotification(String carbonCopyNotification)
public String getCarbonCopyNotification()
public void setCarbonCopyNotification(String carbonCopyNotification)
public SignerEmailNotifications certifiedDeliveryNotification(String certifiedDeliveryNotification)
public String getCertifiedDeliveryNotification()
public void setCertifiedDeliveryNotification(String certifiedDeliveryNotification)
public SignerEmailNotifications commentsOnlyPrivateAndMention(String commentsOnlyPrivateAndMention)
public String getCommentsOnlyPrivateAndMention()
public void setCommentsOnlyPrivateAndMention(String commentsOnlyPrivateAndMention)
public SignerEmailNotifications commentsReceiveAll(String commentsReceiveAll)
public String getCommentsReceiveAll()
public void setCommentsReceiveAll(String commentsReceiveAll)
public SignerEmailNotifications documentMarkupActivation(String documentMarkupActivation)
public String getDocumentMarkupActivation()
public void setDocumentMarkupActivation(String documentMarkupActivation)
public SignerEmailNotifications envelopeActivation(String envelopeActivation)
public String getEnvelopeActivation()
public void setEnvelopeActivation(String envelopeActivation)
public SignerEmailNotifications envelopeComplete(String envelopeComplete)
public String getEnvelopeComplete()
public void setEnvelopeComplete(String envelopeComplete)
public SignerEmailNotifications envelopeCorrected(String envelopeCorrected)
public String getEnvelopeCorrected()
public void setEnvelopeCorrected(String envelopeCorrected)
public SignerEmailNotifications envelopeDeclined(String envelopeDeclined)
public String getEnvelopeDeclined()
public void setEnvelopeDeclined(String envelopeDeclined)
public SignerEmailNotifications envelopeVoided(String envelopeVoided)
public String getEnvelopeVoided()
public void setEnvelopeVoided(String envelopeVoided)
public SignerEmailNotifications faxReceived(String faxReceived)
public String getFaxReceived()
public void setFaxReceived(String faxReceived)
public SignerEmailNotifications offlineSigningFailed(String offlineSigningFailed)
public String getOfflineSigningFailed()
public void setOfflineSigningFailed(String offlineSigningFailed)
public SignerEmailNotifications purgeDocuments(String purgeDocuments)
public String getPurgeDocuments()
public void setPurgeDocuments(String purgeDocuments)
public SignerEmailNotifications reassignedSigner(String reassignedSigner)
public String getReassignedSigner()
public void setReassignedSigner(String reassignedSigner)
public SignerEmailNotifications whenSigningGroupMember(String whenSigningGroupMember)
public String getWhenSigningGroupMember()
public void setWhenSigningGroupMember(String whenSigningGroupMember)
Copyright © 2020. All rights reserved.