Uses of Class
odata.msgraph.client.beta.enums.DefenderRealtimeScanDirection
-
Packages that use DefenderRealtimeScanDirection Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DefenderRealtimeScanDirection in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DefenderRealtimeScanDirection Modifier and Type Field Description protected DefenderRealtimeScanDirectionWindows10EndpointProtectionConfiguration. defenderScanDirectionMethods in odata.msgraph.client.beta.entity that return types with arguments of type DefenderRealtimeScanDirection Modifier and Type Method Description Optional<DefenderRealtimeScanDirection>Windows10EndpointProtectionConfiguration. getDefenderScanDirection()“Controls which sets of files should be monitored.”Methods in odata.msgraph.client.beta.entity with parameters of type DefenderRealtimeScanDirection Modifier and Type Method Description Windows10EndpointProtectionConfiguration.BuilderWindows10EndpointProtectionConfiguration.Builder. defenderScanDirection(DefenderRealtimeScanDirection defenderScanDirection)“Controls which sets of files should be monitored.”Windows10EndpointProtectionConfigurationWindows10EndpointProtectionConfiguration. withDefenderScanDirection(DefenderRealtimeScanDirection defenderScanDirection)Returns an immutable copy ofthiswith just thedefenderScanDirectionfield changed. -
Uses of DefenderRealtimeScanDirection in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DefenderRealtimeScanDirection Modifier and Type Method Description static DefenderRealtimeScanDirectionDefenderRealtimeScanDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static DefenderRealtimeScanDirection[]DefenderRealtimeScanDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.
-