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