Uses of Enum Class
com.flagsmith.flagengine.SegmentRule.Type
Packages that use SegmentRule.Type
-
Uses of SegmentRule.Type in com.flagsmith.flagengine
Methods in com.flagsmith.flagengine that return SegmentRule.TypeModifier and TypeMethodDescriptionstatic SegmentRule.TypeSegmentRule.getType()Typestatic SegmentRule.TypeReturns the enum constant of this class with the specified name.static SegmentRule.Type[]SegmentRule.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flagsmith.flagengine with parameters of type SegmentRule.TypeModifier and TypeMethodDescriptionvoidSegmentRule.setType(SegmentRule.Type type) TypeSegmentRule.withType(SegmentRule.Type type) Constructors in com.flagsmith.flagengine with parameters of type SegmentRule.TypeModifierConstructorDescriptionSegmentRule(SegmentRule.Type type, List<SegmentCondition> conditions, List<SegmentRule> rules)