Class CDPProfile
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.CDPProfile
-
- All Implemented Interfaces:
CDPProfileInterface
public class CDPProfile extends Object implements CDPProfileInterface
-
-
Constructor Summary
Constructors Constructor Description CDPProfile(Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPConsent>
cdp_consents(graphql.schema.DataFetchingEnvironment environment)
CDPEventConnection
cdp_events(CDPEventFilterInput filterInput, Integer first, Integer last, String before, String after, graphql.schema.DataFetchingEnvironment environment)
List<CDPInterest>
cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)
CDPEventConnection
cdp_lastEvents(CDPProfileIDInput profileID, Integer count, graphql.schema.DataFetchingEnvironment environment)
List<CDPList>
cdp_lists(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)
List<CDPFilterMatch>
cdp_matches(List<CDPNamedFilterInput> namedFilters, graphql.schema.DataFetchingEnvironment environment)
List<CDPOptimizationResult>
cdp_optimize(Collection<CDPOptimizationInput> parameters)
List<CDPProfileID>
cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment)
List<CDPRecommendationResult>
cdp_recommend(Collection<CDPRecommendationInput> parameters)
List<CDPSegment>
cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment)
Profile
getProfile()
Object
getProperty(String propertyName)
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CDPProfile
public CDPProfile(Profile profile)
-
-
Method Detail
-
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
-
cdp_events
public CDPEventConnection cdp_events(CDPEventFilterInput filterInput, Integer first, Integer last, String before, String after, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
cdp_lastEvents
public CDPEventConnection cdp_lastEvents(CDPProfileIDInput profileID, Integer count, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
cdp_matches
public List<CDPFilterMatch> cdp_matches(List<CDPNamedFilterInput> namedFilters, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
cdp_optimize
public List<CDPOptimizationResult> cdp_optimize(Collection<CDPOptimizationInput> parameters)
-
cdp_recommend
public List<CDPRecommendationResult> cdp_recommend(Collection<CDPRecommendationInput> parameters)
-
getProfile
public Profile getProfile()
-
-