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