Uses of Class
com.featureprobe.sdk.server.model.Serve
-
Packages that use Serve Package Description com.featureprobe.sdk.server.model -
-
Uses of Serve in com.featureprobe.sdk.server.model
Methods in com.featureprobe.sdk.server.model that return Serve Modifier and Type Method Description Serve
Toggle. getDefaultServe()
Serve
Toggle. getDisabledServe()
Serve
Rule. getServe()
Methods in com.featureprobe.sdk.server.model with parameters of type Serve Modifier and Type Method Description void
Toggle. setDefaultServe(Serve defaultServe)
void
Toggle. setDisabledServe(Serve disabledServe)
void
Rule. setServe(Serve serve)
Constructors in com.featureprobe.sdk.server.model with parameters of type Serve Constructor Description Rule(Serve serve, List<Condition> conditions)
-