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