Class CDPDateFilterInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.CDPDateFilterInput
-
public class CDPDateFilterInput extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPDateFilterInput(long after, boolean includeAfter, long before, boolean includeBefore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAfter()
long
getBefore()
boolean
isIncludeAfter()
boolean
isIncludeBefore()
-