Uses of Class
software.xdev.brevo.model.Event
Packages that use Event
-
Uses of Event in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type EventModifier and TypeMethodDescriptionvoidEventApi.createEvent(Event event) Create an event Create an event to track a contact's interaction.voidEventApi.createEvent(Event event, Map<String, String> additionalHeaders) Create an event Create an event to track a contact's interaction. -
Uses of Event in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return EventModifier and TypeMethodDescriptionEvent.contactProperties(Map<String, EventContactPropertiesValue> contactProperties) Event.eventProperties(Map<String, EventEventPropertiesValue> eventProperties) Event.identifiers(EventIdentifiers identifiers) Event.putContactPropertiesItem(String key, EventContactPropertiesValue contactPropertiesItem) Event.putEventPropertiesItem(String key, EventEventPropertiesValue eventPropertiesItem)