Uses of Enum
com.microsoft.graph.models.RegistryValueType
Packages that use RegistryValueType
-
Uses of RegistryValueType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RegistryValueTypeModifier and TypeMethodDescriptionstatic RegistryValueTypeRegistryKeyState.getValueType()Gets the valueType property value.static RegistryValueTypeReturns the enum constant of this type with the specified name.static RegistryValueType[]RegistryValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type RegistryValueTypeModifier and TypeMethodDescriptionvoidRegistryKeyState.setValueType(RegistryValueType value) Sets the valueType property value.