Uses of Class
com.featureprobe.sdk.server.model.Condition
-
Packages that use Condition Package Description com.featureprobe.sdk.server.model -
-
Uses of Condition in com.featureprobe.sdk.server.model
Methods in com.featureprobe.sdk.server.model that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Rule. getConditions()List<Condition>SegmentRule. getConditions()Method parameters in com.featureprobe.sdk.server.model with type arguments of type Condition Modifier and Type Method Description voidRule. setConditions(List<Condition> conditions)voidSegmentRule. setConditions(List<Condition> conditions)Constructor parameters in com.featureprobe.sdk.server.model with type arguments of type Condition Constructor Description Rule(Serve serve, List<Condition> conditions)SegmentRule(List<Condition> conditions)
-