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(org.apache.unomi.api.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)Stringcdp_name()List<CDPProfileID>cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment)List<CDPSegment>cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)CDPViewcdp_view()org.apache.unomi.api.PersonagetPersona()ObjectgetProperty(String propertyName)Stringid()
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
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:
getPropertyin interfaceCDPProfileInterface
-
cdp_profileIDs
public List<CDPProfileID> cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_profileIDsin interfaceCDPProfileInterface- Throws:
Exception
-
cdp_segments
public List<CDPSegment> cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_segmentsin interfaceCDPProfileInterface- Throws:
Exception
-
cdp_interests
public List<CDPInterest> cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_interestsin interfaceCDPProfileInterface- Throws:
Exception
-
cdp_consents
public List<CDPConsent> cdp_consents(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_consentsin interfaceCDPProfileInterface- Throws:
Exception
-
cdp_lists
public List<CDPList> cdp_lists(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
cdp_listsin interfaceCDPProfileInterface- Throws:
Exception
-
getPersona
public org.apache.unomi.api.Persona getPersona()
-
-