Uses of Class
io.featurehub.sse.model.RolloutStrategyFieldType
-
Packages that use RolloutStrategyFieldType Package Description io.featurehub.sse.model -
-
Uses of RolloutStrategyFieldType in io.featurehub.sse.model
Methods in io.featurehub.sse.model that return RolloutStrategyFieldType Modifier and Type Method Description RolloutStrategyFieldTypeRolloutStrategyFieldType. copy()static RolloutStrategyFieldTypeRolloutStrategyFieldType. fromValue(java.lang.String text)RolloutStrategyFieldTypeBaseRolloutStrategyAttribute. getType()Get typeRolloutStrategyFieldTypeFeatureRolloutStrategyAttribute. getType()Get typestatic RolloutStrategyFieldTypeRolloutStrategyFieldType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RolloutStrategyFieldType[]RolloutStrategyFieldType. 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 RolloutStrategyFieldType Modifier and Type Method Description voidBaseRolloutStrategyAttribute. setType(@Nullable RolloutStrategyFieldType type)voidFeatureRolloutStrategyAttribute. setType(@NotNull RolloutStrategyFieldType type)BaseRolloutStrategyAttributeBaseRolloutStrategyAttribute. type(@Nullable RolloutStrategyFieldType type)FeatureRolloutStrategyAttributeFeatureRolloutStrategyAttribute. type(@NotNull RolloutStrategyFieldType type)
-