Class CDPPersona
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.CDPPersona
-
- All Implemented Interfaces:
CDPProfileInterface
public class CDPPersona extends Object implements CDPProfileInterface
-
-
Constructor Summary
Constructors Constructor Description CDPPersona(Persona persona)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPConsent>
cdp_consents(graphql.schema.DataFetchingEnvironment environment)
List<CDPInterest>
cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)
List<CDPList>
cdp_lists(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)
String
cdp_name()
List<CDPProfileID>
cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment)
List<CDPSegment>
cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)
CDPView
cdp_view()
Persona
getPersona()
Object
getProperty(String propertyName)
String
id()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CDPPersona
public CDPPersona(Persona persona)
-
-
Method Detail
-
id
public String id()
-
cdp_name
public String cdp_name()
-
cdp_view
public CDPView cdp_view()
-
getProperty
public Object getProperty(String propertyName)
- Specified by:
getProperty
in interfaceCDPProfileInterface
-
cdp_profileIDs
public List<CDPProfileID> cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_profileIDs
in interfaceCDPProfileInterface
- Throws:
Exception
-
cdp_segments
public List<CDPSegment> cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_segments
in interfaceCDPProfileInterface
- Throws:
Exception
-
cdp_interests
public List<CDPInterest> cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_interests
in interfaceCDPProfileInterface
- Throws:
Exception
-
cdp_consents
public List<CDPConsent> cdp_consents(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_consents
in interfaceCDPProfileInterface
- Throws:
Exception
-
cdp_lists
public List<CDPList> cdp_lists(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_lists
in interfaceCDPProfileInterface
- Throws:
Exception
-
getPersona
public Persona getPersona()
-
-