Class CDPQuery
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.CDPQuery
-
public class CDPQuery extends Object
-
-
Constructor Summary
Constructors Constructor Description CDPQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CDPEventConnectionfindEvents(CDPEventFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)CDPListConnectionfindLists(CDPListFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)CDPProfileAliasConnectionfindProfileAliases(CDPProfileAliasFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)CDPProfileConnectionfindProfiles(CDPProfileFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)CDPSegmentConnectionfindSegments(CDPSegmentFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)CDPTopicConnectionfindTopics(CDPTopicFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)CDPEventInterfacegetEvent(String id, graphql.schema.DataFetchingEnvironment environment)CDPListgetList(String listId, graphql.schema.DataFetchingEnvironment environment)CDPProfilegetProfile(CDPProfileIDInput profileID, Boolean createIfMissing, graphql.schema.DataFetchingEnvironment environment)CDPProfileAliasgetProfileAlias(String alias, graphql.schema.DataFetchingEnvironment environment)List<CDPProfileAlias>getProfileAliases(String profileID, graphql.schema.DataFetchingEnvironment environment)CDPPropertyConnectiongetProfileProperties(Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)CDPSegmentgetSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment)List<CDPSource>getSources(graphql.schema.DataFetchingEnvironment environment)CDPTopicgetTopic(String topicId, graphql.schema.DataFetchingEnvironment environment)UnomiSegmentgetUnomiSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment)List<CDPView>getViews(graphql.schema.DataFetchingEnvironment environment)
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProfile
public CDPProfile getProfile(CDPProfileIDInput profileID, Boolean createIfMissing, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findProfiles
public CDPProfileConnection findProfiles(CDPProfileFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getProfileProperties
public CDPPropertyConnection getProfileProperties(Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findEvents
public CDPEventConnection findEvents(CDPEventFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)
-
getEvent
public CDPEventInterface getEvent(String id, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findSegments
public CDPSegmentConnection findSegments(CDPSegmentFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
-
getSegment
public CDPSegment getSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getUnomiSegment
public UnomiSegment getUnomiSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getViews
public List<CDPView> getViews(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getTopic
public CDPTopic getTopic(String topicId, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findTopics
public CDPTopicConnection findTopics(CDPTopicFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getSources
public List<CDPSource> getSources(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getList
public CDPList getList(String listId, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findLists
public CDPListConnection findLists(CDPListFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getProfileAlias
public CDPProfileAlias getProfileAlias(String alias, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
getProfileAliases
public List<CDPProfileAlias> getProfileAliases(String profileID, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
findProfileAliases
public CDPProfileAliasConnection findProfileAliases(CDPProfileAliasFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
-