Uses of Class
org.apache.unomi.graphql.types.output.CDPFilterMatch
-
Packages that use CDPFilterMatch Package Description org.apache.unomi.graphql.fetchers.profile org.apache.unomi.graphql.types.output -
-
Uses of CDPFilterMatch in org.apache.unomi.graphql.fetchers.profile
Methods in org.apache.unomi.graphql.fetchers.profile that return types with arguments of type CDPFilterMatch Modifier and Type Method Description List<CDPFilterMatch>ProfileMatchesDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPFilterMatch in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return types with arguments of type CDPFilterMatch Modifier and Type Method Description List<CDPFilterMatch>CDPProfile. cdp_matches(List<CDPNamedFilterInput> namedFilters, graphql.schema.DataFetchingEnvironment environment)
-