Class ProfileConsentsDataFetcher
- java.lang.Object
-
- org.apache.unomi.graphql.fetchers.BaseDataFetcher<List<CDPConsent>>
-
- org.apache.unomi.graphql.fetchers.profile.ProfileConsentsDataFetcher
-
- All Implemented Interfaces:
graphql.schema.DataFetcher<List<CDPConsent>>
public class ProfileConsentsDataFetcher extends BaseDataFetcher<List<CDPConsent>>
-
-
Constructor Summary
Constructors Constructor Description ProfileConsentsDataFetcher(Profile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CDPConsent>
get(graphql.schema.DataFetchingEnvironment environment)
-
Methods inherited from class org.apache.unomi.graphql.fetchers.BaseDataFetcher
parseDateParam, parseObjectParam, parseParam
-
-
-
-
Constructor Detail
-
ProfileConsentsDataFetcher
public ProfileConsentsDataFetcher(Profile profile)
-
-
Method Detail
-
get
public List<CDPConsent> get(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Throws:
Exception
-
-