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 EnvelopeEventEnvelopeEvent. envelopeEventStatusCode(String envelopeEventStatusCode)envelopeEventStatusCode.EnvelopeEventEnvelopeEvent. 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 EventNotificationEventNotification. addEnvelopeEventsItem(EnvelopeEvent envelopeEventsItem)addEnvelopeEventsItem.Method parameters in com.docusign.esign.model with type arguments of type EnvelopeEvent Modifier and Type Method Description EventNotificationEventNotification. envelopeEvents(List<EnvelopeEvent> envelopeEvents)envelopeEvents.voidEventNotification. setEnvelopeEvents(List<EnvelopeEvent> envelopeEvents)setEnvelopeEvents.
-