Class CDPEventInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.CDPEventInput
-
public class CDPEventInput extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPEventInput(String id, String cdp_sourceID, CDPProfileIDInput cdp_profileID, String cdp_objectID, CDPConsentUpdateEventInput cdp_consentUpdateEvent, CDPListsUpdateEventInput cdp_listUpdateEvent, CDPSessionEventInput cdp_sessionEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CDPConsentUpdateEventInput
getCdp_consentUpdateEvent()
CDPListsUpdateEventInput
getCdp_listUpdateEvent()
String
getCdp_objectID()
CDPProfileIDInput
getCdp_profileID()
CDPSessionEventInput
getCdp_sessionEvent()
String
getCdp_sourceID()
String
getId()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CDPEventInput
public CDPEventInput(String id, String cdp_sourceID, CDPProfileIDInput cdp_profileID, String cdp_objectID, CDPConsentUpdateEventInput cdp_consentUpdateEvent, CDPListsUpdateEventInput cdp_listUpdateEvent, CDPSessionEventInput cdp_sessionEvent)
-
-
Method Detail
-
getId
public String getId()
-
getCdp_sourceID
public String getCdp_sourceID()
-
getCdp_profileID
public CDPProfileIDInput getCdp_profileID()
-
getCdp_objectID
public String getCdp_objectID()
-
getCdp_consentUpdateEvent
public CDPConsentUpdateEventInput getCdp_consentUpdateEvent()
-
getCdp_listUpdateEvent
public CDPListsUpdateEventInput getCdp_listUpdateEvent()
-
getCdp_sessionEvent
public CDPSessionEventInput getCdp_sessionEvent()
-
-