Uses of Class
io.featurehub.sse.model.BaseRolloutStrategyAttribute
-
Packages that use BaseRolloutStrategyAttribute Package Description io.featurehub.sse.model -
-
Uses of BaseRolloutStrategyAttribute in io.featurehub.sse.model
Methods in io.featurehub.sse.model that return BaseRolloutStrategyAttribute Modifier and Type Method Description BaseRolloutStrategyAttributeBaseRolloutStrategyAttribute. addValuesItem(java.lang.Object valuesItem)BaseRolloutStrategyAttributeBaseRolloutStrategyAttribute. conditional(@Nullable RolloutStrategyAttributeConditional conditional)BaseRolloutStrategyAttributeBaseRolloutStrategyAttribute. copy()BaseRolloutStrategyAttributeBaseRolloutStrategyAttribute. fieldName(@Nullable java.lang.String fieldName)BaseRolloutStrategyAttributeBaseRolloutStrategyAttribute. type(@Nullable RolloutStrategyFieldType type)BaseRolloutStrategyAttributeBaseRolloutStrategyAttribute. values(@Nullable java.util.List<java.lang.Object> values)Methods in io.featurehub.sse.model that return types with arguments of type BaseRolloutStrategyAttribute Modifier and Type Method Description java.util.List<BaseRolloutStrategyAttribute>BaseRolloutStrategy. getAttributes()Get attributesMethods in io.featurehub.sse.model with parameters of type BaseRolloutStrategyAttribute Modifier and Type Method Description BaseRolloutStrategyBaseRolloutStrategy. addAttributesItem(BaseRolloutStrategyAttribute attributesItem)Method parameters in io.featurehub.sse.model with type arguments of type BaseRolloutStrategyAttribute Modifier and Type Method Description BaseRolloutStrategyBaseRolloutStrategy. attributes(@Nullable java.util.List<BaseRolloutStrategyAttribute> attributes)voidBaseRolloutStrategy. setAttributes(@Nullable java.util.List<BaseRolloutStrategyAttribute> attributes)
-