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(java.lang.String eventsItem)addEventsItem.EventNotificationEventNotification. addRecipientEventsItem(RecipientEvent recipientEventsItem)addRecipientEventsItem.EventNotificationEventNotification. deliveryMode(java.lang.String deliveryMode)deliveryMode.EventNotificationEventNotification. envelopeEvents(java.util.List<EnvelopeEvent> envelopeEvents)envelopeEvents.EventNotificationEventNotification. eventData(ConnectEventData eventData)eventData.EventNotificationEventNotification. events(java.util.List<java.lang.String> events)events.EventNotificationEnvelopeDefinition. getEventNotification()Get eventNotification.EventNotificationEventNotification. includeCertificateOfCompletion(java.lang.String includeCertificateOfCompletion)includeCertificateOfCompletion.EventNotificationEventNotification. includeCertificateWithSoap(java.lang.String includeCertificateWithSoap)includeCertificateWithSoap.EventNotificationEventNotification. includeDocumentFields(java.lang.String includeDocumentFields)includeDocumentFields.EventNotificationEventNotification. includeDocuments(java.lang.String includeDocuments)includeDocuments.EventNotificationEventNotification. includeEnvelopeVoidReason(java.lang.String includeEnvelopeVoidReason)includeEnvelopeVoidReason.EventNotificationEventNotification. includeHMAC(java.lang.String includeHMAC)includeHMAC.EventNotificationEventNotification. includeSenderAccountAsCustomField(java.lang.String includeSenderAccountAsCustomField)includeSenderAccountAsCustomField.EventNotificationEventNotification. includeTimeZone(java.lang.String includeTimeZone)includeTimeZone.EventNotificationEventNotification. loggingEnabled(java.lang.String loggingEnabled)loggingEnabled.EventNotificationEventNotification. recipientEvents(java.util.List<RecipientEvent> recipientEvents)recipientEvents.EventNotificationEventNotification. requireAcknowledgment(java.lang.String requireAcknowledgment)requireAcknowledgment.EventNotificationEventNotification. signMessageWithX509Cert(java.lang.String signMessageWithX509Cert)signMessageWithX509Cert.EventNotificationEventNotification. soapNameSpace(java.lang.String soapNameSpace)soapNameSpace.EventNotificationEventNotification. url(java.lang.String url)url.EventNotificationEventNotification. useSoapInterface(java.lang.String useSoapInterface)useSoapInterface.Methods in com.docusign.esign.model that return types with arguments of type EventNotification Modifier and Type Method Description java.util.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(java.util.List<EventNotification> eventNotifications)eventNotifications.voidEnvelopeDefinition. setEventNotifications(java.util.List<EventNotification> eventNotifications)setEventNotifications.
-