Uses of Class
org.apache.unomi.graphql.types.output.CDPView
-
Packages that use CDPView Package Description org.apache.unomi.graphql.commands org.apache.unomi.graphql.fetchers org.apache.unomi.graphql.types.output -
-
Uses of CDPView in org.apache.unomi.graphql.commands
Methods in org.apache.unomi.graphql.commands that return CDPView Modifier and Type Method Description CDPViewCreateOrUpdateViewCommand. execute() -
Uses of CDPView in org.apache.unomi.graphql.fetchers
Methods in org.apache.unomi.graphql.fetchers that return types with arguments of type CDPView Modifier and Type Method Description List<CDPView>ViewDataFetcher. get(graphql.schema.DataFetchingEnvironment environment) -
Uses of CDPView in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output that return CDPView Modifier and Type Method Description CDPViewCDPPersona. cdp_view()CDPViewCDPMutation. createOrUpdateView(CDPViewInput viewInput, graphql.schema.DataFetchingEnvironment environment)CDPViewCDPList. view()CDPViewCDPSegment. view()CDPViewCDPTopic. view(graphql.schema.DataFetchingEnvironment environment)CDPViewUnomiSegment. view()Methods in org.apache.unomi.graphql.types.output that return types with arguments of type CDPView Modifier and Type Method Description List<CDPView>CDPQuery. getViews(graphql.schema.DataFetchingEnvironment environment)
-