Uses of Class
odata.msgraph.client.beta.enums.RegistryValueType
-
Packages that use RegistryValueType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RegistryValueType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RegistryValueType Modifier and Type Field Description protected RegistryValueTypeRegistryKeyState. valueTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type RegistryValueType Modifier and Type Method Description Optional<RegistryValueType>RegistryKeyState. getValueType()Methods in odata.msgraph.client.beta.complex with parameters of type RegistryValueType Modifier and Type Method Description RegistryKeyState.BuilderRegistryKeyState.Builder. valueType(RegistryValueType valueType)RegistryKeyStateRegistryKeyState. withValueType(RegistryValueType valueType) -
Uses of RegistryValueType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RegistryValueType Modifier and Type Method Description static RegistryValueTypeRegistryValueType. valueOf(String name)Returns 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.
-