public class CDPQuery extends Object
Constructor and Description |
---|
CDPQuery() |
Modifier and Type | Method and Description |
---|---|
CDPEventConnection |
findEvents(CDPEventFilterInput filter,
List<CDPOrderByInput> orderBy,
Integer first,
String after,
Integer last,
String before,
String text,
graphql.schema.DataFetchingEnvironment environment) |
CDPListConnection |
findLists(CDPListFilterInput filterInput,
List<CDPOrderByInput> orderByInput,
Integer first,
String after,
Integer last,
String before,
graphql.schema.DataFetchingEnvironment environment) |
CDPProfileAliasConnection |
findProfileAliases(CDPProfileAliasFilterInput filterInput,
List<CDPOrderByInput> orderByInput,
Integer first,
String after,
Integer last,
String before,
graphql.schema.DataFetchingEnvironment environment) |
CDPProfileConnection |
findProfiles(CDPProfileFilterInput filter,
List<CDPOrderByInput> orderBy,
Integer first,
String after,
Integer last,
String before,
String text,
graphql.schema.DataFetchingEnvironment environment) |
CDPSegmentConnection |
findSegments(CDPSegmentFilterInput filter,
List<CDPOrderByInput> orderBy,
Integer first,
String after,
Integer last,
String before,
graphql.schema.DataFetchingEnvironment environment) |
CDPTopicConnection |
findTopics(CDPTopicFilterInput filterInput,
List<CDPOrderByInput> orderByInput,
Integer first,
String after,
Integer last,
String before,
graphql.schema.DataFetchingEnvironment environment) |
CDPEventInterface |
getEvent(String id,
graphql.schema.DataFetchingEnvironment environment) |
CDPList |
getList(String listId,
graphql.schema.DataFetchingEnvironment environment) |
CDPProfile |
getProfile(CDPProfileIDInput profileID,
Boolean createIfMissing,
graphql.schema.DataFetchingEnvironment environment) |
CDPProfileAlias |
getProfileAlias(String alias,
graphql.schema.DataFetchingEnvironment environment) |
List<CDPProfileAlias> |
getProfileAliases(String profileID,
graphql.schema.DataFetchingEnvironment environment) |
CDPPropertyConnection |
getProfileProperties(Integer first,
String after,
Integer last,
String before,
graphql.schema.DataFetchingEnvironment environment) |
CDPSegment |
getSegment(String segmentId,
graphql.schema.DataFetchingEnvironment environment) |
List<CDPSource> |
getSources(graphql.schema.DataFetchingEnvironment environment) |
CDPTopic |
getTopic(String topicId,
graphql.schema.DataFetchingEnvironment environment) |
UnomiSegment |
getUnomiSegment(String segmentId,
graphql.schema.DataFetchingEnvironment environment) |
List<CDPView> |
getViews(graphql.schema.DataFetchingEnvironment environment) |
public static final String TYPE_NAME
public CDPProfile getProfile(CDPProfileIDInput profileID, Boolean createIfMissing, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPProfileConnection findProfiles(CDPProfileFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPPropertyConnection getProfileProperties(Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPEventConnection findEvents(CDPEventFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, String text, graphql.schema.DataFetchingEnvironment environment)
public CDPEventInterface getEvent(String id, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPSegmentConnection findSegments(CDPSegmentFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
public CDPSegment getSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public UnomiSegment getUnomiSegment(String segmentId, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public List<CDPView> getViews(graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPTopic getTopic(String topicId, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPTopicConnection findTopics(CDPTopicFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public List<CDPSource> getSources(graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPList getList(String listId, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPListConnection findLists(CDPListFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPProfileAlias getProfileAlias(String alias, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public List<CDPProfileAlias> getProfileAliases(String profileID, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
public CDPProfileAliasConnection findProfileAliases(CDPProfileAliasFilterInput filterInput, List<CDPOrderByInput> orderByInput, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.