Uses of Interface
org.apache.unomi.graphql.types.output.CDPProfileInterface
-
Packages that use CDPProfileInterface Package Description org.apache.unomi.graphql.schema org.apache.unomi.graphql.types.output -
-
Uses of CDPProfileInterface in org.apache.unomi.graphql.schema
Methods in org.apache.unomi.graphql.schema that return CDPProfileInterface Modifier and Type Method Description <PROFILE extends Profile>
CDPProfileInterfaceCDPProfileInterfaceRegister. getProfile(PROFILE profile)
Method parameters in org.apache.unomi.graphql.schema with type arguments of type CDPProfileInterface Modifier and Type Method Description void
CDPProfileInterfaceRegister. register(Class<? extends CDPProfileInterface> profileMember)
-
Uses of CDPProfileInterface in org.apache.unomi.graphql.types.output
Classes in org.apache.unomi.graphql.types.output that implement CDPProfileInterface Modifier and Type Class Description class
CDPPersona
class
CDPProfile
Methods in org.apache.unomi.graphql.types.output that return CDPProfileInterface Modifier and Type Method Description CDPProfileInterface
CDPProfileEdge. node(graphql.schema.DataFetchingEnvironment environment)
CDPProfileInterface
CDPConsent. profile()
-