Uses of Enum
com.microsoft.graph.models.WindowsDefenderProductStatus
Packages that use WindowsDefenderProductStatus
-
Uses of WindowsDefenderProductStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsDefenderProductStatusModifier and TypeMethodDescriptionstatic WindowsDefenderProductStatusstatic WindowsDefenderProductStatusReturns the enum constant of this type with the specified name.static WindowsDefenderProductStatus[]WindowsDefenderProductStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type WindowsDefenderProductStatusModifier and TypeMethodDescriptionWindowsProtectionState.getProductStatus()Gets the productStatus property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsDefenderProductStatusModifier and TypeMethodDescriptionvoidWindowsProtectionState.setProductStatus(EnumSet<WindowsDefenderProductStatus> value) Sets the productStatus property value.