Uses of Class
org.apache.unomi.graphql.types.output.CDPSegmentConnection
-
Packages that use CDPSegmentConnection Package Description org.apache.unomi.graphql.fetchers org.apache.unomi.graphql.fetchers.segment org.apache.unomi.graphql.types.output -
-
Uses of CDPSegmentConnection in org.apache.unomi.graphql.fetchers
Methods in org.apache.unomi.graphql.fetchers that return CDPSegmentConnection Modifier and Type Method Description protected CDPSegmentConnectionSegmentConnectionDataFetcher. createSegmentConnection(org.apache.unomi.api.PartialList<org.apache.unomi.api.segments.Segment> segments) -
Uses of CDPSegmentConnection in org.apache.unomi.graphql.fetchers.segment
Methods in org.apache.unomi.graphql.fetchers.segment that return CDPSegmentConnection Modifier and Type Method Description CDPSegmentConnectionFindSegmentsConnectionDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPSegmentConnection in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return CDPSegmentConnection Modifier and Type Method Description CDPSegmentConnectionCDPQuery. findSegments(CDPSegmentFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
-