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