Uses of Class
com.docusign.esign.model.EnvelopeEvent
-
Packages that use EnvelopeEvent Package Description com.docusign.esign.model -
-
Uses of EnvelopeEvent in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopeEvent Modifier and Type Method Description EnvelopeEvent
EnvelopeEvent. envelopeEventStatusCode(String envelopeEventStatusCode)
envelopeEventStatusCode.EnvelopeEvent
EnvelopeEvent. includeDocuments(String includeDocuments)
includeDocuments.Methods in com.docusign.esign.model that return types with arguments of type EnvelopeEvent Modifier and Type Method Description List<EnvelopeEvent>
EventNotification. getEnvelopeEvents()
A list of envelope-level event statuses that will trigger Connect to send updates to the endpoint specified in the `url` property.Methods in com.docusign.esign.model with parameters of type EnvelopeEvent Modifier and Type Method Description EventNotification
EventNotification. addEnvelopeEventsItem(EnvelopeEvent envelopeEventsItem)
addEnvelopeEventsItem.Method parameters in com.docusign.esign.model with type arguments of type EnvelopeEvent Modifier and Type Method Description EventNotification
EventNotification. envelopeEvents(List<EnvelopeEvent> envelopeEvents)
envelopeEvents.void
EventNotification. setEnvelopeEvents(List<EnvelopeEvent> envelopeEvents)
setEnvelopeEvents.
-