Uses of Class
io.featurehub.sse.model.FeatureValueType
-
Packages that use FeatureValueType Package Description io.featurehub.sse.model -
-
Uses of FeatureValueType in io.featurehub.sse.model
Methods in io.featurehub.sse.model that return FeatureValueType Modifier and Type Method Description FeatureValueTypeFeatureValueType. copy()static FeatureValueTypeFeatureValueType. fromValue(java.lang.String text)FeatureValueTypeFeatureState. getType()Get typestatic FeatureValueTypeFeatureValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FeatureValueType[]FeatureValueType. 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 FeatureValueType Modifier and Type Method Description voidFeatureState. setType(@Nullable FeatureValueType type)FeatureStateFeatureState. type(@Nullable FeatureValueType type)
-