Uses of Class
io.featurehub.sse.model.FeatureRolloutStrategyAttribute
-
Packages that use FeatureRolloutStrategyAttribute Package Description io.featurehub.sse.model -
-
Uses of FeatureRolloutStrategyAttribute in io.featurehub.sse.model
Methods in io.featurehub.sse.model that return FeatureRolloutStrategyAttribute Modifier and Type Method Description FeatureRolloutStrategyAttributeFeatureRolloutStrategyAttribute. addValuesItem(java.lang.Object valuesItem)FeatureRolloutStrategyAttributeFeatureRolloutStrategyAttribute. conditional(@NotNull RolloutStrategyAttributeConditional conditional)FeatureRolloutStrategyAttributeFeatureRolloutStrategyAttribute. copy()FeatureRolloutStrategyAttributeFeatureRolloutStrategyAttribute. fieldName(@NotNull java.lang.String fieldName)FeatureRolloutStrategyAttributeFeatureRolloutStrategyAttribute. type(@NotNull RolloutStrategyFieldType type)FeatureRolloutStrategyAttributeFeatureRolloutStrategyAttribute. values(@Nullable java.util.List<java.lang.Object> values)Methods in io.featurehub.sse.model that return types with arguments of type FeatureRolloutStrategyAttribute Modifier and Type Method Description java.util.List<FeatureRolloutStrategyAttribute>FeatureRolloutStrategy. getAttributes()Get attributesjava.util.List<FeatureRolloutStrategyAttribute>FeatureRolloutStrategyAllOf. getAttributes()Get attributesMethods in io.featurehub.sse.model with parameters of type FeatureRolloutStrategyAttribute Modifier and Type Method Description FeatureRolloutStrategyFeatureRolloutStrategy. addAttributesItem(FeatureRolloutStrategyAttribute attributesItem)FeatureRolloutStrategyAllOfFeatureRolloutStrategyAllOf. addAttributesItem(FeatureRolloutStrategyAttribute attributesItem)Method parameters in io.featurehub.sse.model with type arguments of type FeatureRolloutStrategyAttribute Modifier and Type Method Description FeatureRolloutStrategyFeatureRolloutStrategy. attributes(@NotNull java.util.List<FeatureRolloutStrategyAttribute> attributes)FeatureRolloutStrategyAllOfFeatureRolloutStrategyAllOf. attributes(@NotNull java.util.List<FeatureRolloutStrategyAttribute> attributes)voidFeatureRolloutStrategy. setAttributes(@NotNull java.util.List<FeatureRolloutStrategyAttribute> attributes)voidFeatureRolloutStrategyAllOf. setAttributes(@NotNull java.util.List<FeatureRolloutStrategyAttribute> attributes)
-