Class CDPProfileEventsFilterInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.CDPProfileEventsFilterInput
-
public class CDPProfileEventsFilterInput extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPProfileEventsFilterInput(List<CDPProfileEventsFilterInput> and, List<CDPProfileEventsFilterInput> or, CDPProfileEventsFilterInput not, Integer minimalCount, Integer maximalCount, CDPEventFilterInput eventFilter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPProfileEventsFilterInput>
getAnd()
CDPEventFilterInput
getEventFilter()
Integer
getMaximalCount()
Integer
getMinimalCount()
CDPProfileEventsFilterInput
getNot()
List<CDPProfileEventsFilterInput>
getOr()
-
-
-
Constructor Detail
-
CDPProfileEventsFilterInput
public CDPProfileEventsFilterInput(List<CDPProfileEventsFilterInput> and, List<CDPProfileEventsFilterInput> or, CDPProfileEventsFilterInput not, Integer minimalCount, Integer maximalCount, CDPEventFilterInput eventFilter)
-
-
Method Detail
-
getAnd
public List<CDPProfileEventsFilterInput> getAnd()
-
getOr
public List<CDPProfileEventsFilterInput> getOr()
-
getNot
public CDPProfileEventsFilterInput getNot()
-
getMinimalCount
public Integer getMinimalCount()
-
getMaximalCount
public Integer getMaximalCount()
-
getEventFilter
public CDPEventFilterInput getEventFilter()
-
-