public class CDPPersona extends Object implements CDPProfileInterface
Constructor and Description |
---|
CDPPersona(Persona persona) |
Modifier and Type | Method and 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() |
public static final String TYPE_NAME
public CDPPersona(Persona persona)
public String id()
public String cdp_name()
public CDPView cdp_view()
public Object getProperty(String propertyName)
getProperty
in interface CDPProfileInterface
public List<CDPProfileID> cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment) throws Exception
cdp_profileIDs
in interface CDPProfileInterface
Exception
public List<CDPSegment> cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
cdp_segments
in interface CDPProfileInterface
Exception
public List<CDPInterest> cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
cdp_interests
in interface CDPProfileInterface
Exception
public List<CDPConsent> cdp_consents(graphql.schema.DataFetchingEnvironment environment) throws Exception
cdp_consents
in interface CDPProfileInterface
Exception
public List<CDPList> cdp_lists(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
cdp_lists
in interface CDPProfileInterface
Exception
public Persona getPersona()
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.