Uses of Class
odata.msgraph.client.beta.enums.WindowsDefenderProductStatus
-
Packages that use WindowsDefenderProductStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsDefenderProductStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsDefenderProductStatus Modifier and Type Field Description protected WindowsDefenderProductStatusWindowsProtectionState. productStatusMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsDefenderProductStatus Modifier and Type Method Description Optional<WindowsDefenderProductStatus>WindowsProtectionState. getProductStatus()“Product Status of Windows Defender Antivirus”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsDefenderProductStatus Modifier and Type Method Description WindowsProtectionState.BuilderWindowsProtectionState.Builder. productStatus(WindowsDefenderProductStatus productStatus)“Product Status of Windows Defender Antivirus”WindowsProtectionStateWindowsProtectionState. withProductStatus(WindowsDefenderProductStatus productStatus)Returns an immutable copy ofthiswith just theproductStatusfield changed. -
Uses of WindowsDefenderProductStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsDefenderProductStatus Modifier and Type Method Description static WindowsDefenderProductStatusWindowsDefenderProductStatus. valueOf(String name)Returns 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.
-