Uses of Class
org.apache.unomi.graphql.types.input.CDPSessionEventFilterInput
-
Packages that use CDPSessionEventFilterInput Package Description org.apache.unomi.graphql.types.input -
-
Uses of CDPSessionEventFilterInput in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return CDPSessionEventFilterInput Modifier and Type Method Description static CDPSessionEventFilterInput
CDPSessionEventFilterInput. fromMap(Map<String,Object> map)
CDPSessionEventFilterInput
CDPEventFilterInput. getCdp_sessionEvent()
Constructors in org.apache.unomi.graphql.types.input with parameters of type CDPSessionEventFilterInput 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)
-