Uses of Class
org.apache.unomi.graphql.types.input.CDPProfileEventsFilterInput
-
Packages that use CDPProfileEventsFilterInput Package Description org.apache.unomi.graphql.types.input -
-
Uses of CDPProfileEventsFilterInput in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return CDPProfileEventsFilterInput Modifier and Type Method Description CDPProfileEventsFilterInput
CDPProfileFilterInput. getEvents()
CDPProfileEventsFilterInput
CDPProfileEventsFilterInput. getNot()
Methods in org.apache.unomi.graphql.types.input that return types with arguments of type CDPProfileEventsFilterInput Modifier and Type Method Description List<CDPProfileEventsFilterInput>
CDPProfileEventsFilterInput. getAnd()
List<CDPProfileEventsFilterInput>
CDPProfileEventsFilterInput. getOr()
Constructors in org.apache.unomi.graphql.types.input with parameters of type CDPProfileEventsFilterInput Constructor Description CDPProfileEventsFilterInput(List<CDPProfileEventsFilterInput> and, List<CDPProfileEventsFilterInput> or, CDPProfileEventsFilterInput not, Integer minimalCount, Integer maximalCount, CDPEventFilterInput eventFilter)
CDPProfileFilterInput(List<String> profileIDs_contains, List<String> segments_contains, List<String> consents_contains, List<String> lists_contains, CDPProfilePropertiesFilterInput properties, CDPInterestFilterInput interests, CDPProfileEventsFilterInput events)
Constructor parameters in org.apache.unomi.graphql.types.input with type arguments of type CDPProfileEventsFilterInput Constructor Description CDPProfileEventsFilterInput(List<CDPProfileEventsFilterInput> and, List<CDPProfileEventsFilterInput> or, CDPProfileEventsFilterInput not, Integer minimalCount, Integer maximalCount, CDPEventFilterInput eventFilter)
-