Uses of Class
io.featurehub.sse.model.RolloutStrategyAttributeConditional
-
Packages that use RolloutStrategyAttributeConditional Package Description io.featurehub.sse.model -
-
Uses of RolloutStrategyAttributeConditional in io.featurehub.sse.model
Methods in io.featurehub.sse.model that return RolloutStrategyAttributeConditional Modifier and Type Method Description RolloutStrategyAttributeConditionalRolloutStrategyAttributeConditional. copy()static RolloutStrategyAttributeConditionalRolloutStrategyAttributeConditional. fromValue(java.lang.String text)RolloutStrategyAttributeConditionalBaseRolloutStrategyAttribute. getConditional()Get conditionalRolloutStrategyAttributeConditionalFeatureRolloutStrategyAttribute. getConditional()Get conditionalstatic RolloutStrategyAttributeConditionalRolloutStrategyAttributeConditional. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RolloutStrategyAttributeConditional[]RolloutStrategyAttributeConditional. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.featurehub.sse.model with parameters of type RolloutStrategyAttributeConditional Modifier and Type Method Description BaseRolloutStrategyAttributeBaseRolloutStrategyAttribute. conditional(@Nullable RolloutStrategyAttributeConditional conditional)FeatureRolloutStrategyAttributeFeatureRolloutStrategyAttribute. conditional(@NotNull RolloutStrategyAttributeConditional conditional)voidBaseRolloutStrategyAttribute. setConditional(@Nullable RolloutStrategyAttributeConditional conditional)voidFeatureRolloutStrategyAttribute. setConditional(@NotNull RolloutStrategyAttributeConditional conditional)
-