public interface CDPProfileInterface
Modifier and Type | Method and Description |
---|---|
List<CDPConsent> |
cdp_consents(graphql.schema.DataFetchingEnvironment environment) |
List<CDPInterest> |
cdp_interests(List<String> viewIds,
graphql.schema.DataFetchingEnvironment environment) |
List<CDPList> |
cdp_lists(List<String> viewIds,
graphql.schema.DataFetchingEnvironment environment) |
List<CDPProfileID> |
cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment) |
List<CDPSegment> |
cdp_segments(List<String> viewIds,
graphql.schema.DataFetchingEnvironment environment) |
Object |
getProperty(String propertyName) |
static final String TYPE_NAME
List<CDPProfileID> cdp_profileIDs(graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
List<CDPSegment> cdp_segments(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
List<CDPInterest> cdp_interests(List<String> viewIds, graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
List<CDPConsent> cdp_consents(graphql.schema.DataFetchingEnvironment environment) throws Exception
Exception
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.