Uses of Enum Class
com.flagsmith.flagengine.segments.constants.SegmentConditions
Packages that use SegmentConditions
Package
Description
-
Uses of SegmentConditions in com.flagsmith.flagengine
Methods in com.flagsmith.flagengine with parameters of type SegmentConditionsModifier and TypeMethodDescriptionSegmentCondition.withOperator(SegmentConditions operator) Fluent setter for operator.Constructors in com.flagsmith.flagengine with parameters of type SegmentConditionsModifierConstructorDescriptionSegmentCondition(SegmentConditions operator, String property, Object value) Constructor with all fields. -
Uses of SegmentConditions in com.flagsmith.flagengine.segments.constants
Methods in com.flagsmith.flagengine.segments.constants that return SegmentConditionsModifier and TypeMethodDescriptionstatic SegmentConditionsReturns the enum constant of this class with the specified name.static SegmentConditions[]SegmentConditions.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SegmentConditions in com.flagsmith.flagengine.utils.types
Methods in com.flagsmith.flagengine.utils.types with parameters of type SegmentConditionsModifier and TypeMethodDescriptionstatic BooleanTypeCasting.compare(SegmentConditions condition, Comparable value1, Comparable value2) Run comparison with condition of primitive type.static BooleanTypeCasting.compare(SegmentConditions condition, Object value1, Object value2) Compare the values value1 and value2 with the provided condition.