@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-14T16:41:01.888-08:00") public class EventNotification extends Object
| Constructor and Description |
|---|
EventNotification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<EnvelopeEvent> |
getEnvelopeEvents()
The list of envelope-level events statuses that will trigger Connect to send updates to the url.
|
String |
getIncludeCertificateOfCompletion()
When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes.
|
String |
getIncludeCertificateWithSoap()
When set to **true**, this tells the Connect service to send the DocuSign signedby certificate as part of the outgoing SOAP xml.
|
String |
getIncludeDocumentFields()
When set to **true**, the Document Fields associated with envelope documents are included in the data.
|
String |
getIncludeDocuments()
When set to **true**, the PDF documents are included in the message along with the updated XML.
|
String |
getIncludeEnvelopeVoidReason()
When set to **true**, this tells the Connect Service to include the void reason, as entered by the person that voided the envelope, in the message.
|
String |
getIncludeSenderAccountAsCustomField()
When set to **true**, the sender account ID is included as a envelope custom field in the data.
|
String |
getIncludeTimeZone()
When set to **true**, the envelope time zone information is included in the message.
|
String |
getLoggingEnabled()
When set to **true**, logging is turned on for envelope events on the Web Console Connect page.
|
List<RecipientEvent> |
getRecipientEvents()
The list of recipient event statuses that will trigger Connect to send updates to the url.
|
String |
getRequireAcknowledgment()
When set to **true**, the DocuSign Connect service checks that the message was received and retries on failures.
|
String |
getSignMessageWithX509Cert()
When set to **true**, messages are signed with an X509 certificate.
|
String |
getSoapNameSpace()
This lists the namespace in the SOAP listener provided.
|
String |
getUrl()
The endpoint where envelope updates are sent.
|
String |
getUseSoapInterface()
When set to **true**, this tells the Connect service that the user�s endpoint has implemented a SOAP interface.
|
int |
hashCode() |
void |
setEnvelopeEvents(List<EnvelopeEvent> envelopeEvents) |
void |
setIncludeCertificateOfCompletion(String includeCertificateOfCompletion) |
void |
setIncludeCertificateWithSoap(String includeCertificateWithSoap) |
void |
setIncludeDocumentFields(String includeDocumentFields) |
void |
setIncludeDocuments(String includeDocuments) |
void |
setIncludeEnvelopeVoidReason(String includeEnvelopeVoidReason) |
void |
setIncludeSenderAccountAsCustomField(String includeSenderAccountAsCustomField) |
void |
setIncludeTimeZone(String includeTimeZone) |
void |
setLoggingEnabled(String loggingEnabled) |
void |
setRecipientEvents(List<RecipientEvent> recipientEvents) |
void |
setRequireAcknowledgment(String requireAcknowledgment) |
void |
setSignMessageWithX509Cert(String signMessageWithX509Cert) |
void |
setSoapNameSpace(String soapNameSpace) |
void |
setUrl(String url) |
void |
setUseSoapInterface(String useSoapInterface) |
String |
toString() |
public String getUrl()
public void setUrl(String url)
public String getLoggingEnabled()
public void setLoggingEnabled(String loggingEnabled)
public String getRequireAcknowledgment()
public void setRequireAcknowledgment(String requireAcknowledgment)
public List<EnvelopeEvent> getEnvelopeEvents()
public void setEnvelopeEvents(List<EnvelopeEvent> envelopeEvents)
public List<RecipientEvent> getRecipientEvents()
public void setRecipientEvents(List<RecipientEvent> recipientEvents)
public String getUseSoapInterface()
public void setUseSoapInterface(String useSoapInterface)
public String getSoapNameSpace()
public void setSoapNameSpace(String soapNameSpace)
public String getIncludeCertificateWithSoap()
public void setIncludeCertificateWithSoap(String includeCertificateWithSoap)
public String getSignMessageWithX509Cert()
public void setSignMessageWithX509Cert(String signMessageWithX509Cert)
public String getIncludeDocuments()
public void setIncludeDocuments(String includeDocuments)
public String getIncludeEnvelopeVoidReason()
public void setIncludeEnvelopeVoidReason(String includeEnvelopeVoidReason)
public String getIncludeTimeZone()
public void setIncludeTimeZone(String includeTimeZone)
public String getIncludeSenderAccountAsCustomField()
public void setIncludeSenderAccountAsCustomField(String includeSenderAccountAsCustomField)
public String getIncludeDocumentFields()
public void setIncludeDocumentFields(String includeDocumentFields)
public String getIncludeCertificateOfCompletion()
public void setIncludeCertificateOfCompletion(String includeCertificateOfCompletion)
Copyright © 2016. All rights reserved.