@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class EventNotification extends Object
| Constructor and Description |
|---|
EventNotification() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
equals(Object o) |
List<EnvelopeEvent> |
getEnvelopeEvents() |
String |
getIncludeCertificateOfCompletion() |
String |
getIncludeCertificateWithSoap() |
String |
getIncludeDocumentFields() |
String |
getIncludeDocuments() |
String |
getIncludeEnvelopeVoidReason() |
String |
getIncludeSenderAccountAsCustomField() |
String |
getIncludeTimeZone() |
String |
getLoggingEnabled() |
List<RecipientEvent> |
getRecipientEvents() |
String |
getRequireAcknowledgment() |
String |
getSignMessageWithX509Cert() |
String |
getSoapNameSpace() |
String |
getUrl() |
String |
getUseSoapInterface() |
int |
hashCode() |
EventNotification |
includeCertificateOfCompletion(String includeCertificateOfCompletion)
When set to **true**, the Connect Service includes the Certificate of Completion with completed envelopes.
|
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 |
includeDocumentFields(String includeDocumentFields)
When set to **true**, the Document Fields associated with envelope documents are included in the data.
|
EventNotification |
includeDocuments(String includeDocuments)
When set to **true**, the PDF documents are included in the message along with the updated XML.
|
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 |
includeSenderAccountAsCustomField(String includeSenderAccountAsCustomField)
When set to **true**, the sender account ID is included as a envelope custom field in the data.
|
EventNotification |
includeTimeZone(String includeTimeZone)
When set to **true**, the envelope time zone information is included in the message.
|
EventNotification |
loggingEnabled(String loggingEnabled)
When set to **true**, logging is turned on for envelope events on the Web Console Connect page.
|
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 |
requireAcknowledgment(String requireAcknowledgment)
When set to **true**, the DocuSign Connect service checks that the message was received and retries on failures.
|
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) |
EventNotification |
signMessageWithX509Cert(String signMessageWithX509Cert)
When set to **true**, messages are signed with an X509 certificate.
|
EventNotification |
soapNameSpace(String soapNameSpace)
This lists the namespace in the SOAP listener provided.
|
String |
toString() |
EventNotification |
url(String url)
Specifies the endpoint to which envelope updates are sent.
|
EventNotification |
useSoapInterface(String useSoapInterface)
When set to **true**, this tells the Connect service that the user's endpoint has implemented a SOAP interface.
|
public EventNotification url(String url)
public String getUrl()
public void setUrl(String url)
public EventNotification loggingEnabled(String loggingEnabled)
public String getLoggingEnabled()
public void setLoggingEnabled(String loggingEnabled)
public EventNotification requireAcknowledgment(String requireAcknowledgment)
public String getRequireAcknowledgment()
public void setRequireAcknowledgment(String requireAcknowledgment)
public EventNotification envelopeEvents(List<EnvelopeEvent> envelopeEvents)
public List<EnvelopeEvent> getEnvelopeEvents()
public void setEnvelopeEvents(List<EnvelopeEvent> envelopeEvents)
public EventNotification recipientEvents(List<RecipientEvent> recipientEvents)
public List<RecipientEvent> getRecipientEvents()
public void setRecipientEvents(List<RecipientEvent> recipientEvents)
public EventNotification useSoapInterface(String useSoapInterface)
public String getUseSoapInterface()
public void setUseSoapInterface(String useSoapInterface)
public EventNotification soapNameSpace(String soapNameSpace)
public String getSoapNameSpace()
public void setSoapNameSpace(String soapNameSpace)
public EventNotification includeCertificateWithSoap(String includeCertificateWithSoap)
public String getIncludeCertificateWithSoap()
public void setIncludeCertificateWithSoap(String includeCertificateWithSoap)
public EventNotification signMessageWithX509Cert(String signMessageWithX509Cert)
public String getSignMessageWithX509Cert()
public void setSignMessageWithX509Cert(String signMessageWithX509Cert)
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 includeTimeZone(String includeTimeZone)
public String getIncludeTimeZone()
public void setIncludeTimeZone(String includeTimeZone)
public EventNotification includeSenderAccountAsCustomField(String includeSenderAccountAsCustomField)
public String getIncludeSenderAccountAsCustomField()
public void setIncludeSenderAccountAsCustomField(String includeSenderAccountAsCustomField)
public EventNotification includeDocumentFields(String includeDocumentFields)
public String getIncludeDocumentFields()
public void setIncludeDocumentFields(String includeDocumentFields)
public EventNotification includeCertificateOfCompletion(String includeCertificateOfCompletion)
public String getIncludeCertificateOfCompletion()
public void setIncludeCertificateOfCompletion(String includeCertificateOfCompletion)
Copyright © 2016. All rights reserved.