Uses of Class
org.apache.unomi.graphql.utils.EventBuilder
-
Packages that use EventBuilder Package Description org.apache.unomi.graphql.types.input org.apache.unomi.graphql.utils -
-
Uses of EventBuilder in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return EventBuilder Modifier and Type Method Description protected EventBuilder
BaseProfileEventProcessor. eventBuilder(String eventType, Profile profile)
protected EventBuilder
BaseProfileEventProcessor. eventBuilder(Profile profile)
-
Uses of EventBuilder in org.apache.unomi.graphql.utils
Methods in org.apache.unomi.graphql.utils that return EventBuilder Modifier and Type Method Description static EventBuilder
EventBuilder. create(String eventType, Profile profile)
EventBuilder
EventBuilder. setPersistent(boolean persistent)
EventBuilder
EventBuilder. setPropertiesToAdd(Map<String,Object> propertiesToAdd)
EventBuilder
EventBuilder. setPropertiesToDelete(List<String> propertiesToDelete)
EventBuilder
EventBuilder. setPropertiesToUpdate(Map<String,Object> propertiesToUpdate)
EventBuilder
EventBuilder. setProperty(String property, Object value)
-