Class CDPListsUpdateEventInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.BaseProfileEventProcessor
-
- org.apache.unomi.graphql.types.input.CDPListsUpdateEventInput
-
- All Implemented Interfaces:
CDPEventProcessor
public class CDPListsUpdateEventInput extends BaseProfileEventProcessor
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_NAMEstatic StringTYPE_NAME
-
Constructor Summary
Constructors Constructor Description CDPListsUpdateEventInput(List<String> joinLists, List<String> leaveLists)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.unomi.api.EventbuildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)StringgetFieldName()List<String>getJoinLists()List<String>getLeaveLists()-
Methods inherited from class org.apache.unomi.graphql.types.input.BaseProfileEventProcessor
eventBuilder, eventBuilder, loadProfile
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
EVENT_NAME
public static final String EVENT_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
buildEvent
public org.apache.unomi.api.Event buildEvent(LinkedHashMap<String,Object> eventInputAsMap, graphql.schema.DataFetchingEnvironment environment)
-
getFieldName
public String getFieldName()
-
-