Uses of Enum Class
io.camunda.optimize.service.mixpanel.client.EventReportingEvent
Packages that use EventReportingEvent
Package
Description
-
Uses of EventReportingEvent in io.camunda.optimize.service.mixpanel
Methods in io.camunda.optimize.service.mixpanel with parameters of type EventReportingEventModifier and TypeMethodDescriptionvoidCCSaaSEventReportingService.sendEntityEvent(EventReportingEvent event, String entityId) voidCCSMEventReportingService.sendEntityEvent(EventReportingEvent event, String entityId) voidEventReportingService.sendEntityEvent(EventReportingEvent event, String entityId) voidMixpanelReportingService.sendEntityEvent(EventReportingEvent event, String entityId) -
Uses of EventReportingEvent in io.camunda.optimize.service.mixpanel.client
Methods in io.camunda.optimize.service.mixpanel.client that return EventReportingEventModifier and TypeMethodDescriptionstatic EventReportingEventReturns the enum constant of this class with the specified name.static EventReportingEvent[]EventReportingEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.camunda.optimize.service.mixpanel.client with parameters of type EventReportingEventModifierConstructorDescriptionMixpanelEvent(EventReportingEvent eventName, MixpanelEventProperties properties)