Uses of Class
com.flagsmith.flagengine.SegmentCondition
Packages that use SegmentCondition
-
Uses of SegmentCondition in com.flagsmith.flagengine
Methods in com.flagsmith.flagengine that return SegmentConditionModifier and TypeMethodDescriptionSegmentCondition.withOperator(SegmentConditions operator) Fluent setter for operator.SegmentCondition.withProperty(String property) Fluent setter for property.Fluent setter for value.Fluent setter for String value.Fluent setter for List value.Methods in com.flagsmith.flagengine that return types with arguments of type SegmentConditionMethod parameters in com.flagsmith.flagengine with type arguments of type SegmentConditionModifier and TypeMethodDescriptionvoidSegmentRule.setConditions(List<SegmentCondition> conditions) ConditionsSegmentRule.withConditions(List<SegmentCondition> conditions) Constructors in com.flagsmith.flagengine with parameters of type SegmentConditionConstructor parameters in com.flagsmith.flagengine with type arguments of type SegmentConditionModifierConstructorDescriptionSegmentRule(SegmentRule.Type type, List<SegmentCondition> conditions, List<SegmentRule> rules)