Class SegmentConnectionDataFetcher
java.lang.Object
org.apache.unomi.graphql.fetchers.BaseDataFetcher<T>
org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher<CDPSegmentConnection>
org.apache.unomi.graphql.fetchers.SegmentConnectionDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<CDPSegmentConnection>
- Direct Known Subclasses:
FindSegmentsConnectionDataFetcher
public abstract class SegmentConnectionDataFetcher
extends BaseConnectionDataFetcher<CDPSegmentConnection>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CDPSegmentConnection
createSegmentConnection
(PartialList<Segment> segments) Methods inherited from class org.apache.unomi.graphql.fetchers.BaseConnectionDataFetcher
buildQuery, parseConnectionParams
Methods inherited from class org.apache.unomi.graphql.fetchers.BaseDataFetcher
parseDateParam, parseObjectParam, parseParam
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface graphql.schema.DataFetcher
get
-
Constructor Details
-
SegmentConnectionDataFetcher
public SegmentConnectionDataFetcher()
-
-
Method Details
-
createSegmentConnection
-