Uses of Interface
com.saperion.connector.events.CustomEventBuilder
Packages that use CustomEventBuilder
- 
Uses of CustomEventBuilder in com.saperion.connector.eventsMethods in com.saperion.connector.events that return CustomEventBuilderModifier and TypeMethodDescriptionAdds every entry of the given map as an attributeCustomEventBuilder.addAll(Properties properties) Convenience method to add a properties object as attributes.EventManager.newCustomEvent(String name) Creates a builder for a custom event which may be fired later on.CustomEventBuilder.setAttribute(String key, String value) Sets an attribute.<SerializableMap extends Map<String,String>, Serializable> 
 CustomEventBuilderCustomEventBuilder.setAttributes(SerializableMap map) Discards the attributes given already and uses the given ones instead.