Uses of Class
io.featurehub.sse.model.StrategyAttributeWellKnownNames
-
Packages that use StrategyAttributeWellKnownNames Package Description io.featurehub.sse.model -
-
Uses of StrategyAttributeWellKnownNames in io.featurehub.sse.model
Methods in io.featurehub.sse.model that return StrategyAttributeWellKnownNames Modifier and Type Method Description StrategyAttributeWellKnownNamesStrategyAttributeWellKnownNames. copy()static StrategyAttributeWellKnownNamesStrategyAttributeWellKnownNames. fromValue(java.lang.String text)static StrategyAttributeWellKnownNamesStrategyAttributeWellKnownNames. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StrategyAttributeWellKnownNames[]StrategyAttributeWellKnownNames. values()Returns an array containing the constants of this enum type, in the order they are declared.
-