Class ProfileSegmentsDataFetcher
- java.lang.Object
-
- org.apache.unomi.graphql.fetchers.BaseDataFetcher<List<CDPSegment>>
-
- org.apache.unomi.graphql.fetchers.profile.ProfileSegmentsDataFetcher
-
- All Implemented Interfaces:
graphql.schema.DataFetcher<List<CDPSegment>>
public class ProfileSegmentsDataFetcher extends BaseDataFetcher<List<CDPSegment>>
-
-
Constructor Summary
Constructors Constructor Description ProfileSegmentsDataFetcher(Profile profile, List<String> viewIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPSegment>
get(graphql.schema.DataFetchingEnvironment environment)
-
Methods inherited from class org.apache.unomi.graphql.fetchers.BaseDataFetcher
parseDateParam, parseObjectParam, parseParam
-
-