| Package | Description |
|---|---|
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
EventNotification |
EventNotification.envelopeEvents(List<EnvelopeEvent> envelopeEvents)
A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property.
|
EventNotification |
EnvelopeDefinition.getEventNotification() |
EventNotification |
EventNotification.includeCertificateOfCompletion(String includeCertificateOfCompletion)
When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes.
|
EventNotification |
EventNotification.includeCertificateWithSoap(String includeCertificateWithSoap)
When set to **true**, this tells the Connect service to send the DocuSign signedby certificate as part of the outgoing SOAP xml.
|
EventNotification |
EventNotification.includeDocumentFields(String includeDocumentFields)
When set to **true**, the Document Fields associated with envelope documents are included in the data.
|
EventNotification |
EventNotification.includeDocuments(String includeDocuments)
When set to **true**, the PDF documents are included in the message along with the updated XML.
|
EventNotification |
EventNotification.includeEnvelopeVoidReason(String includeEnvelopeVoidReason)
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.
|
EventNotification |
EventNotification.includeSenderAccountAsCustomField(String includeSenderAccountAsCustomField)
When set to **true**, the sender account ID is included as a envelope custom field in the data.
|
EventNotification |
EventNotification.includeTimeZone(String includeTimeZone)
When set to **true**, the envelope time zone information is included in the message.
|
EventNotification |
EventNotification.loggingEnabled(String loggingEnabled)
When set to **true**, logging is turned on for envelope events on the Web Console Connect page.
|
EventNotification |
EventNotification.recipientEvents(List<RecipientEvent> recipientEvents)
A list of recipient event statuses that will trigger Connect to send updates to the endpoint specified in the url property.\n\nTo receive notifications, you must include either an `envelopeEvents` node or a `recipientEvents` node.
|
EventNotification |
EventNotification.requireAcknowledgment(String requireAcknowledgment)
When set to **true**, the DocuSign Connect service checks that the message was received and retries on failures.
|
EventNotification |
EventNotification.signMessageWithX509Cert(String signMessageWithX509Cert)
When set to **true**, messages are signed with an X509 certificate.
|
EventNotification |
EventNotification.soapNameSpace(String soapNameSpace)
This lists the namespace in the SOAP listener provided.
|
EventNotification |
EventNotification.url(String url)
Specifies the endpoint to which envelope updates are sent.
|
EventNotification |
EventNotification.useSoapInterface(String useSoapInterface)
When set to **true**, this tells the Connect service that the user's endpoint has implemented a SOAP interface.
|
| Modifier and Type | Method and Description |
|---|---|
EnvelopeDefinition |
EnvelopeDefinition.eventNotification(EventNotification eventNotification) |
void |
EnvelopeDefinition.setEventNotification(EventNotification eventNotification) |
Copyright © 2016. All rights reserved.