Uses of Class
io.featurehub.sse.model.FeatureState
-
Packages that use FeatureState Package Description io.featurehub.sse.model -
-
Uses of FeatureState in io.featurehub.sse.model
Methods in io.featurehub.sse.model that return FeatureState Modifier and Type Method Description FeatureStateFeatureState. addStrategiesItem(FeatureRolloutStrategy strategiesItem)FeatureStateFeatureState. copy()FeatureStateFeatureState. environmentId(@Nullable java.util.UUID environmentId)FeatureStateFeatureState. id(@NotNull java.util.UUID id)FeatureStateFeatureState. key(@NotNull java.lang.String key)FeatureStateFeatureState. l(@Nullable java.lang.Boolean l)FeatureStateFeatureState. strategies(@Nullable java.util.List<FeatureRolloutStrategy> strategies)FeatureStateFeatureState. type(@Nullable io.featurehub.mr.model.FeatureValueType type)FeatureStateFeatureState. value(@Nullable java.lang.Object value)FeatureStateFeatureState. version(@Nullable java.lang.Long version)Methods in io.featurehub.sse.model that return types with arguments of type FeatureState Modifier and Type Method Description java.util.List<FeatureState>FeatureEnvironmentCollection. getFeatures()Get featuresMethods in io.featurehub.sse.model with parameters of type FeatureState Modifier and Type Method Description FeatureEnvironmentCollectionFeatureEnvironmentCollection. addFeaturesItem(FeatureState featuresItem)Method parameters in io.featurehub.sse.model with type arguments of type FeatureState Modifier and Type Method Description FeatureEnvironmentCollectionFeatureEnvironmentCollection. features(@Nullable java.util.List<FeatureState> features)voidFeatureEnvironmentCollection. setFeatures(@Nullable java.util.List<FeatureState> features)
-