Uses of Class
org.apache.unomi.graphql.types.output.CDPProfileID
-
Packages that use CDPProfileID Package Description org.apache.unomi.graphql.fetchers.profile org.apache.unomi.graphql.types.output -
-
Uses of CDPProfileID in org.apache.unomi.graphql.fetchers.profile
Methods in org.apache.unomi.graphql.fetchers.profile that return types with arguments of type CDPProfileID Modifier and Type Method Description List<CDPProfileID>ProfileIdsDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPProfileID in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return CDPProfileID Modifier and Type Method Description default CDPProfileIDCDPEventInterface. cdp_profileID(graphql.schema.DataFetchingEnvironment environment)CDPProfileIDCDPProfileAlias. profileID()Methods in org.apache.unomi.graphql.types.output that return types with arguments of type CDPProfileID Modifier and Type Method Description List<CDPProfileID>CDPPersona. cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment)List<CDPProfileID>CDPProfile. cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment)List<CDPProfileID>CDPProfileInterface. cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment)
-