Uses of Class
org.apache.unomi.graphql.types.output.CDPInterest
-
Packages that use CDPInterest Package Description org.apache.unomi.graphql.fetchers.profile org.apache.unomi.graphql.types.output -
-
Uses of CDPInterest in org.apache.unomi.graphql.fetchers.profile
Methods in org.apache.unomi.graphql.fetchers.profile that return types with arguments of type CDPInterest Modifier and Type Method Description List<CDPInterest>ProfileInterestsDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPInterest in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return types with arguments of type CDPInterest Modifier and Type Method Description List<CDPInterest>CDPPersona. cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)List<CDPInterest>CDPProfile. cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)List<CDPInterest>CDPProfileInterface. cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)
-