Modifier and Type | Method and Description |
---|---|
protected CDPEventConnection |
EventConnectionDataFetcher.createEventConnection(PartialList<Event> events) |
Modifier and Type | Method and Description |
---|---|
CDPEventConnection |
ConsentEventConnectionDataFetcher.get(graphql.schema.DataFetchingEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
CDPEventConnection |
FindEventsConnectionDataFetcher.get(graphql.schema.DataFetchingEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
CDPEventConnection |
ProfileLastEventsConnectionDataFetcher.get(graphql.schema.DataFetchingEnvironment environment) |
CDPEventConnection |
ProfileAllEventsConnectionDataFetcher.get(graphql.schema.DataFetchingEnvironment environment) |
Modifier and Type | Method and Description |
---|---|
CDPEventConnection |
CDPProfile.cdp_events(CDPEventFilterInput filterInput,
Integer first,
Integer last,
String before,
String after,
graphql.schema.DataFetchingEnvironment environment) |
CDPEventConnection |
CDPProfile.cdp_lastEvents(CDPProfileIDInput profileID,
Integer count,
graphql.schema.DataFetchingEnvironment environment) |
CDPEventConnection |
CDPConsent.events(graphql.schema.DataFetchingEnvironment environment) |
CDPEventConnection |
CDPQuery.findEvents(CDPEventFilterInput filter,
List<CDPOrderByInput> orderBy,
Integer first,
String after,
Integer last,
String before,
String text,
graphql.schema.DataFetchingEnvironment environment) |
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.