@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class SenderEmailNotifications extends Object
| Constructor and Description |
|---|
SenderEmailNotifications() |
| Modifier and Type | Method and Description |
|---|---|
SenderEmailNotifications |
changedSigner(String changedSigner)
When set to **true**, the sender receives notification if the signer changes.
|
SenderEmailNotifications |
deliveryFailed(String deliveryFailed)
When set to **true**, the sender receives notification if the delivery of the envelope fails.
|
SenderEmailNotifications |
envelopeComplete(String envelopeComplete)
When set to **true**, the user receives notification that the envelope has been completed.
|
boolean |
equals(Object o) |
String |
getChangedSigner() |
String |
getDeliveryFailed() |
String |
getEnvelopeComplete() |
String |
getOfflineSigningFailed() |
String |
getRecipientViewed() |
String |
getSenderEnvelopeDeclined() |
String |
getWithdrawnConsent() |
int |
hashCode() |
SenderEmailNotifications |
offlineSigningFailed(String offlineSigningFailed)
When set to **true**, the user receives notification if the offline signing failed.
|
SenderEmailNotifications |
recipientViewed(String recipientViewed)
When set to **true**, the sender receives notification that the recipient viewed the enveloper.
|
SenderEmailNotifications |
senderEnvelopeDeclined(String senderEnvelopeDeclined) |
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() |
SenderEmailNotifications |
withdrawnConsent(String withdrawnConsent)
When set to **true**, the user receives notification if consent is withdrawn.
|
public SenderEmailNotifications envelopeComplete(String envelopeComplete)
public String getEnvelopeComplete()
public void setEnvelopeComplete(String envelopeComplete)
public SenderEmailNotifications changedSigner(String changedSigner)
public String getChangedSigner()
public void setChangedSigner(String changedSigner)
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)
public SenderEmailNotifications recipientViewed(String recipientViewed)
public String getRecipientViewed()
public void setRecipientViewed(String recipientViewed)
public SenderEmailNotifications deliveryFailed(String deliveryFailed)
public String getDeliveryFailed()
public void setDeliveryFailed(String deliveryFailed)
public SenderEmailNotifications offlineSigningFailed(String offlineSigningFailed)
public String getOfflineSigningFailed()
public void setOfflineSigningFailed(String offlineSigningFailed)
Copyright © 2016. All rights reserved.