Class ProfileAliasDataFetcher
- java.lang.Object
-
- org.apache.unomi.graphql.fetchers.profile.ProfileAliasDataFetcher
-
- All Implemented Interfaces:
graphql.schema.DataFetcher<CDPProfileAlias>
public class ProfileAliasDataFetcher extends Object implements graphql.schema.DataFetcher<CDPProfileAlias>
-
-
Constructor Summary
Constructors Constructor Description ProfileAliasDataFetcher(String alias)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CDPProfileAlias
get(graphql.schema.DataFetchingEnvironment environment)
-
-
-
Constructor Detail
-
ProfileAliasDataFetcher
public ProfileAliasDataFetcher(String alias)
-
-
Method Detail
-
get
public CDPProfileAlias get(graphql.schema.DataFetchingEnvironment environment) throws Exception
- Specified by:
get
in interfacegraphql.schema.DataFetcher<CDPProfileAlias>
- Throws:
Exception
-
-