Uses of Class
odata.msgraph.client.beta.enums.WindowsDefenderTamperProtectionOptions
-
Packages that use WindowsDefenderTamperProtectionOptions Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsDefenderTamperProtectionOptions in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsDefenderTamperProtectionOptions Modifier and Type Field Description protected WindowsDefenderTamperProtectionOptionsWindows10EndpointProtectionConfiguration. windowsDefenderTamperProtectionMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsDefenderTamperProtectionOptions Modifier and Type Method Description Optional<WindowsDefenderTamperProtectionOptions>Windows10EndpointProtectionConfiguration. getWindowsDefenderTamperProtection()“Configure windows defender TamperProtection settings”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsDefenderTamperProtectionOptions Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. windowsDefenderTamperProtection(WindowsDefenderTamperProtectionOptions windowsDefenderTamperProtection)“Configure windows defender TamperProtection settings”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withWindowsDefenderTamperProtection(WindowsDefenderTamperProtectionOptions windowsDefenderTamperProtection)Returns an immutable copy ofthiswith just thewindowsDefenderTamperProtectionfield changed. -
Uses of WindowsDefenderTamperProtectionOptions in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsDefenderTamperProtectionOptions Modifier and Type Method Description static WindowsDefenderTamperProtectionOptionsWindowsDefenderTamperProtectionOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsDefenderTamperProtectionOptions[]WindowsDefenderTamperProtectionOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-