Uses of Enum
com.microsoft.graph.models.RegistryOperation
Packages that use RegistryOperation
-
Uses of RegistryOperation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RegistryOperationModifier and TypeMethodDescriptionstatic RegistryOperationRegistryKeyState.getOperation()Gets the operation property value.static RegistryOperationReturns the enum constant of this type with the specified name.static RegistryOperation[]RegistryOperation.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 RegistryOperationModifier and TypeMethodDescriptionvoidRegistryKeyState.setOperation(RegistryOperation value) Sets the operation property value.