Uses of Class
org.apache.unomi.graphql.types.input.UnomiSegmentInput
-
Packages that use UnomiSegmentInput Package Description org.apache.unomi.graphql.commands.segments org.apache.unomi.graphql.types.output -
-
Uses of UnomiSegmentInput in org.apache.unomi.graphql.commands.segments
Methods in org.apache.unomi.graphql.commands.segments with parameters of type UnomiSegmentInput Modifier and Type Method Description static CreateOrUpdateUnomiSegmentCommand.BuilderCreateOrUpdateUnomiSegmentCommand. create(UnomiSegmentInput segmentInput)Constructors in org.apache.unomi.graphql.commands.segments with parameters of type UnomiSegmentInput Constructor Description Builder(UnomiSegmentInput segmentInput) -
Uses of UnomiSegmentInput in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output with parameters of type UnomiSegmentInput Modifier and Type Method Description UnomiSegmentCDPMutation. createOrUpdateUnomiSegment(UnomiSegmentInput segmentInput, graphql.schema.DataFetchingEnvironment environment)
-