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