Uses of Class
org.apache.unomi.graphql.types.output.CDPSegment
-
-
Uses of CDPSegment in org.apache.unomi.graphql.commands.segments
Methods in org.apache.unomi.graphql.commands.segments that return CDPSegment Modifier and Type Method Description CDPSegmentCreateOrUpdateSegmentCommand. execute() -
Uses of CDPSegment in org.apache.unomi.graphql.fetchers.profile
Methods in org.apache.unomi.graphql.fetchers.profile that return types with arguments of type CDPSegment Modifier and Type Method Description List<CDPSegment>ProfileSegmentsDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPSegment in org.apache.unomi.graphql.fetchers.segment
Methods in org.apache.unomi.graphql.fetchers.segment that return CDPSegment Modifier and Type Method Description CDPSegmentSegmentDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPSegment in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return CDPSegment Modifier and Type Method Description CDPSegmentCDPMutation. createOrUpdateSegment(CDPSegmentInput segmentInput, graphql.schema.DataFetchingEnvironment environment)CDPSegmentCDPSegmentEdge. getNode()CDPSegmentCDPQuery. getSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment)Methods in org.apache.unomi.graphql.types.output that return types with arguments of type CDPSegment Modifier and Type Method Description List<CDPSegment>CDPPersona. cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)List<CDPSegment>CDPProfile. cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)List<CDPSegment>CDPProfileInterface. cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)Constructors in org.apache.unomi.graphql.types.output with parameters of type CDPSegment Constructor Description CDPSegmentEdge(CDPSegment node, String cursor)
-