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 ServeToggle. getDefaultServe()ServeToggle. getDisabledServe()ServeRule. getServe()Methods in com.featureprobe.sdk.server.model with parameters of type Serve Modifier and Type Method Description voidToggle. setDefaultServe(Serve defaultServe)voidToggle. setDisabledServe(Serve disabledServe)voidRule. setServe(Serve serve)Constructors in com.featureprobe.sdk.server.model with parameters of type Serve Constructor Description Rule(Serve serve, List<Condition> conditions)
-