Class CDPEventConnection
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.CDPEventConnection
-
public class CDPEventConnection extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPEventConnection()
CDPEventConnection(Long totalCount, List<CDPEventEdge> edges, CDPPageInfo pageInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPEventEdge>
getEdges()
CDPPageInfo
getPageInfo()
Long
getTotalCount()
-
-
-
Constructor Detail
-
CDPEventConnection
public CDPEventConnection()
-
CDPEventConnection
public CDPEventConnection(Long totalCount, List<CDPEventEdge> edges, CDPPageInfo pageInfo)
-
-
Method Detail
-
getTotalCount
public Long getTotalCount()
-
getEdges
public List<CDPEventEdge> getEdges()
-
getPageInfo
public CDPPageInfo getPageInfo()
-
-