Uses of Class
org.apache.unomi.graphql.types.input.CDPSegmentFilterInput
-
-
Uses of CDPSegmentFilterInput in org.apache.unomi.graphql.condition.factories
Methods in org.apache.unomi.graphql.condition.factories with parameters of type CDPSegmentFilterInput Modifier and Type Method Description org.apache.unomi.api.conditions.ConditionProfileConditionFactory. segmentFilterInputCondition(CDPSegmentFilterInput filterInput) -
Uses of CDPSegmentFilterInput in org.apache.unomi.graphql.fetchers.segment
Constructors in org.apache.unomi.graphql.fetchers.segment with parameters of type CDPSegmentFilterInput Constructor Description FindSegmentsConnectionDataFetcher(CDPSegmentFilterInput filterInput, List<CDPOrderByInput> orderByInput) -
Uses of CDPSegmentFilterInput in org.apache.unomi.graphql.types.input
Methods in org.apache.unomi.graphql.types.input that return types with arguments of type CDPSegmentFilterInput Modifier and Type Method Description List<CDPSegmentFilterInput>CDPSegmentFilterInput. getAndFilters()List<CDPSegmentFilterInput>CDPSegmentFilterInput. getOrFilters()Constructor parameters in org.apache.unomi.graphql.types.input with type arguments of type CDPSegmentFilterInput Constructor Description CDPSegmentFilterInput(List<CDPSegmentFilterInput> andFilters, List<CDPSegmentFilterInput> orFilters, String viewEquals, String viewRegexp, String nameEquals, String nameRegexp) -
Uses of CDPSegmentFilterInput in org.apache.unomi.graphql.types.output
Methods in org.apache.unomi.graphql.types.output with parameters of type CDPSegmentFilterInput Modifier and Type Method Description CDPSegmentConnectionCDPQuery. findSegments(CDPSegmentFilterInput filter, List<CDPOrderByInput> orderBy, Integer first, String after, Integer last, String before, graphql.schema.DataFetchingEnvironment environment)
-