Class CDPEventFilterInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.CDPEventFilterInput
-
public class CDPEventFilterInput extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPEventFilterInput(List<CDPEventFilterInput> and, List<CDPEventFilterInput> or, String id_equals, String cdp_clientID_equals, String cdp_sourceID_equals, String cdp_profileID_equals, OffsetDateTime cdp_timestamp_equals, OffsetDateTime cdp_timestamp_lt, OffsetDateTime cdp_timestamp_lte, OffsetDateTime cdp_timestamp_gt, OffsetDateTime cdp_timestamp_gte, CDPConsentUpdateEventFilterInput cdp_consentUpdateEvent, CDPListsUpdateEventFilterInput cdp_listsUpdateEvent, CDPSessionEventFilterInput cdp_sessionEvent, CDPProfileUpdateEventFilterInput cdp_profileUpdateEvent)
-
Method Summary
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CDPEventFilterInput
public CDPEventFilterInput(List<CDPEventFilterInput> and, List<CDPEventFilterInput> or, String id_equals, String cdp_clientID_equals, String cdp_sourceID_equals, String cdp_profileID_equals, OffsetDateTime cdp_timestamp_equals, OffsetDateTime cdp_timestamp_lt, OffsetDateTime cdp_timestamp_lte, OffsetDateTime cdp_timestamp_gt, OffsetDateTime cdp_timestamp_gte, CDPConsentUpdateEventFilterInput cdp_consentUpdateEvent, CDPListsUpdateEventFilterInput cdp_listsUpdateEvent, CDPSessionEventFilterInput cdp_sessionEvent, CDPProfileUpdateEventFilterInput cdp_profileUpdateEvent)
-
-
Method Detail
-
getAnd
public List<CDPEventFilterInput> getAnd()
-
getOr
public List<CDPEventFilterInput> getOr()
-
getId_equals
public String getId_equals()
-
getCdp_clientID_equals
public String getCdp_clientID_equals()
-
getCdp_sourceID_equals
public String getCdp_sourceID_equals()
-
getCdp_profileID_equals
public String getCdp_profileID_equals()
-
getCdp_timestamp_equals
public OffsetDateTime getCdp_timestamp_equals()
-
getCdp_timestamp_lt
public OffsetDateTime getCdp_timestamp_lt()
-
getCdp_timestamp_lte
public OffsetDateTime getCdp_timestamp_lte()
-
getCdp_timestamp_gt
public OffsetDateTime getCdp_timestamp_gt()
-
getCdp_timestamp_gte
public OffsetDateTime getCdp_timestamp_gte()
-
getCdp_listsUpdateEvent
public CDPListsUpdateEventFilterInput getCdp_listsUpdateEvent()
-
getCdp_consentUpdateEvent
public CDPConsentUpdateEventFilterInput getCdp_consentUpdateEvent()
-
getCdp_sessionEvent
public CDPSessionEventFilterInput getCdp_sessionEvent()
-
getCdp_profileUpdateEvent
public CDPProfileUpdateEventFilterInput getCdp_profileUpdateEvent()
-
fromMap
public static CDPEventFilterInput fromMap(Map<String,Object> map)
-
-