public class CDPProfile extends Object implements CDPProfileInterface
Constructor and Description |
---|
CDPProfile(Profile profile) |
Modifier and Type | Method and 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) |
public static final String TYPE_NAME
public CDPProfile(Profile profile)
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 CDPEventConnection cdp_events(CDPEventFilterInput filterInput, Integer first, Integer last, String before, String after, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPEventConnection cdp_lastEvents(CDPProfileIDInput profileID, Integer count, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public List<CDPFilterMatch> cdp_matches(List<CDPNamedFilterInput> namedFilters, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public List<CDPOptimizationResult> cdp_optimize(Collection<CDPOptimizationInput> parameters)
public List<CDPRecommendationResult> cdp_recommend(Collection<CDPRecommendationInput> parameters)
public Profile getProfile()
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.