public class EventNotification extends Object
Constructor and Description |
---|
EventNotification() |
Modifier and Type | Method and Description |
---|---|
EventNotification |
addEnvelopeEventsItem(EnvelopeEvent envelopeEventsItem) |
EventNotification |
addRecipientEventsItem(RecipientEvent recipientEventsItem) |
EventNotification |
envelopeEvents(List<EnvelopeEvent> envelopeEvents) |
boolean |
equals(Object o) |
List<EnvelopeEvent> |
getEnvelopeEvents()
A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property.
|
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 |
getIncludeHMAC() |
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()
A list of recipient event statuses that will trigger Connect to send updates to the endpoint specified in the url property.
|
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()
Specifies the endpoint to which 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() |
EventNotification |
includeCertificateOfCompletion(String includeCertificateOfCompletion) |
EventNotification |
includeCertificateWithSoap(String includeCertificateWithSoap) |
EventNotification |
includeDocumentFields(String includeDocumentFields) |
EventNotification |
includeDocuments(String includeDocuments) |
EventNotification |
includeEnvelopeVoidReason(String includeEnvelopeVoidReason) |
EventNotification |
includeHMAC(String includeHMAC) |
EventNotification |
includeSenderAccountAsCustomField(String includeSenderAccountAsCustomField) |
EventNotification |
includeTimeZone(String includeTimeZone) |
EventNotification |
loggingEnabled(String loggingEnabled) |
EventNotification |
recipientEvents(List<RecipientEvent> recipientEvents) |
EventNotification |
requireAcknowledgment(String requireAcknowledgment) |
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 |
setIncludeHMAC(String includeHMAC) |
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) |
EventNotification |
signMessageWithX509Cert(String signMessageWithX509Cert) |
EventNotification |
soapNameSpace(String soapNameSpace) |
String |
toString() |
EventNotification |
url(String url) |
EventNotification |
useSoapInterface(String useSoapInterface) |
public EventNotification envelopeEvents(List<EnvelopeEvent> envelopeEvents)
public EventNotification addEnvelopeEventsItem(EnvelopeEvent envelopeEventsItem)
public List<EnvelopeEvent> getEnvelopeEvents()
public void setEnvelopeEvents(List<EnvelopeEvent> envelopeEvents)
public EventNotification includeCertificateOfCompletion(String includeCertificateOfCompletion)
public String getIncludeCertificateOfCompletion()
public void setIncludeCertificateOfCompletion(String includeCertificateOfCompletion)
public EventNotification includeCertificateWithSoap(String includeCertificateWithSoap)
public String getIncludeCertificateWithSoap()
public void setIncludeCertificateWithSoap(String includeCertificateWithSoap)
public EventNotification includeDocumentFields(String includeDocumentFields)
public String getIncludeDocumentFields()
public void setIncludeDocumentFields(String includeDocumentFields)
public EventNotification includeDocuments(String includeDocuments)
public String getIncludeDocuments()
public void setIncludeDocuments(String includeDocuments)
public EventNotification includeEnvelopeVoidReason(String includeEnvelopeVoidReason)
public String getIncludeEnvelopeVoidReason()
public void setIncludeEnvelopeVoidReason(String includeEnvelopeVoidReason)
public EventNotification includeHMAC(String includeHMAC)
public String getIncludeHMAC()
public void setIncludeHMAC(String includeHMAC)
public EventNotification includeSenderAccountAsCustomField(String includeSenderAccountAsCustomField)
public String getIncludeSenderAccountAsCustomField()
public void setIncludeSenderAccountAsCustomField(String includeSenderAccountAsCustomField)
public EventNotification includeTimeZone(String includeTimeZone)
public String getIncludeTimeZone()
public void setIncludeTimeZone(String includeTimeZone)
public EventNotification loggingEnabled(String loggingEnabled)
public String getLoggingEnabled()
public void setLoggingEnabled(String loggingEnabled)
public EventNotification recipientEvents(List<RecipientEvent> recipientEvents)
public EventNotification addRecipientEventsItem(RecipientEvent recipientEventsItem)
public List<RecipientEvent> getRecipientEvents()
public void setRecipientEvents(List<RecipientEvent> recipientEvents)
public EventNotification requireAcknowledgment(String requireAcknowledgment)
public String getRequireAcknowledgment()
public void setRequireAcknowledgment(String requireAcknowledgment)
public EventNotification signMessageWithX509Cert(String signMessageWithX509Cert)
public String getSignMessageWithX509Cert()
public void setSignMessageWithX509Cert(String signMessageWithX509Cert)
public EventNotification soapNameSpace(String soapNameSpace)
public String getSoapNameSpace()
public void setSoapNameSpace(String soapNameSpace)
public EventNotification url(String url)
public String getUrl()
public void setUrl(String url)
public EventNotification useSoapInterface(String useSoapInterface)
public String getUseSoapInterface()
public void setUseSoapInterface(String useSoapInterface)
Copyright © 2021. All rights reserved.