Uses of Class
com.docusign.esign.model.EventNotification
-
Packages that use EventNotification Package Description com.docusign.esign.model -
-
Uses of EventNotification in com.docusign.esign.model
Methods in com.docusign.esign.model that return EventNotification Modifier and Type Method Description EventNotificationEventNotification. addEnvelopeEventsItem(EnvelopeEvent envelopeEventsItem)addEnvelopeEventsItem.EventNotificationEventNotification. addEventsItem(String eventsItem)addEventsItem.EventNotificationEventNotification. addRecipientEventsItem(RecipientEvent recipientEventsItem)addRecipientEventsItem.EventNotificationEventNotification. deliveryMode(String deliveryMode)deliveryMode.EventNotificationEventNotification. envelopeEvents(List<EnvelopeEvent> envelopeEvents)envelopeEvents.EventNotificationEventNotification. eventData(ConnectEventData eventData)eventData.EventNotificationEventNotification. events(List<String> events)events.EventNotificationEnvelopeDefinition. getEventNotification()This optional object is used to register a webhook that will receive status changes for this envelope..EventNotificationEventNotification. includeCertificateOfCompletion(String includeCertificateOfCompletion)includeCertificateOfCompletion.EventNotificationEventNotification. includeCertificateWithSoap(String includeCertificateWithSoap)includeCertificateWithSoap.EventNotificationEventNotification. includeDocumentFields(String includeDocumentFields)includeDocumentFields.EventNotificationEventNotification. includeDocuments(String includeDocuments)includeDocuments.EventNotificationEventNotification. includeEnvelopeVoidReason(String includeEnvelopeVoidReason)includeEnvelopeVoidReason.EventNotificationEventNotification. includeHMAC(String includeHMAC)includeHMAC.EventNotificationEventNotification. includeOAuth(String includeOAuth)includeOAuth.EventNotificationEventNotification. includeSenderAccountAsCustomField(String includeSenderAccountAsCustomField)includeSenderAccountAsCustomField.EventNotificationEventNotification. includeTimeZone(String includeTimeZone)includeTimeZone.EventNotificationEventNotification. integratorManaged(String integratorManaged)integratorManaged.EventNotificationEventNotification. loggingEnabled(String loggingEnabled)loggingEnabled.EventNotificationEventNotification. recipientEvents(List<RecipientEvent> recipientEvents)recipientEvents.EventNotificationEventNotification. requireAcknowledgment(String requireAcknowledgment)requireAcknowledgment.EventNotificationEventNotification. signMessageWithX509Cert(String signMessageWithX509Cert)signMessageWithX509Cert.EventNotificationEventNotification. soapNameSpace(String soapNameSpace)soapNameSpace.EventNotificationEventNotification. url(String url)url.EventNotificationEventNotification. useSoapInterface(String useSoapInterface)useSoapInterface.Methods in com.docusign.esign.model that return types with arguments of type EventNotification Modifier and Type Method Description List<EventNotification>EnvelopeDefinition. getEventNotifications().Methods in com.docusign.esign.model with parameters of type EventNotification Modifier and Type Method Description EnvelopeDefinitionEnvelopeDefinition. addEventNotificationsItem(EventNotification eventNotificationsItem)addEventNotificationsItem.EnvelopeDefinitionEnvelopeDefinition. eventNotification(EventNotification eventNotification)eventNotification.voidEnvelopeDefinition. setEventNotification(EventNotification eventNotification)setEventNotification.Method parameters in com.docusign.esign.model with type arguments of type EventNotification Modifier and Type Method Description EnvelopeDefinitionEnvelopeDefinition. eventNotifications(List<EventNotification> eventNotifications)eventNotifications.voidEnvelopeDefinition. setEventNotifications(List<EventNotification> eventNotifications)setEventNotifications.
-