@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class SenderEmailNotifications extends Object
| Constructor and Description |
|---|
SenderEmailNotifications() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getChangedSigner()
When set to **true**, the sender receives notification if the signer changes.
|
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 |
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() |
void |
setChangedSigner(String changedSigner) |
void |
setDeliveryFailed(String deliveryFailed) |
void |
setEnvelopeComplete(String envelopeComplete) |
void |
setOfflineSigningFailed(String offlineSigningFailed) |
void |
setRecipientViewed(String recipientViewed) |
void |
setSenderEnvelopeDeclined(String senderEnvelopeDeclined) |
void |
setWithdrawnConsent(String withdrawnConsent) |
String |
toString() |
public String getChangedSigner()
public void setChangedSigner(String changedSigner)
public String getDeliveryFailed()
public void setDeliveryFailed(String deliveryFailed)
public String getEnvelopeComplete()
public void setEnvelopeComplete(String envelopeComplete)
public String getOfflineSigningFailed()
public void setOfflineSigningFailed(String offlineSigningFailed)
public String getRecipientViewed()
public void setRecipientViewed(String recipientViewed)
public String getSenderEnvelopeDeclined()
public void setSenderEnvelopeDeclined(String senderEnvelopeDeclined)
public String getWithdrawnConsent()
public void setWithdrawnConsent(String withdrawnConsent)
Copyright © 2017. All rights reserved.