Uses of Class
odata.msgraph.client.enums.DefenderMonitorFileActivity
-
Packages that use DefenderMonitorFileActivity Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DefenderMonitorFileActivity in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DefenderMonitorFileActivity Modifier and Type Field Description protected DefenderMonitorFileActivityWindows10GeneralConfiguration. defenderMonitorFileActivityMethods in odata.msgraph.client.entity that return types with arguments of type DefenderMonitorFileActivity Modifier and Type Method Description Optional<DefenderMonitorFileActivity>Windows10GeneralConfiguration. getDefenderMonitorFileActivity()“Value for monitoring file activity.”Methods in odata.msgraph.client.entity with parameters of type DefenderMonitorFileActivity Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. defenderMonitorFileActivity(DefenderMonitorFileActivity defenderMonitorFileActivity)“Value for monitoring file activity.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withDefenderMonitorFileActivity(DefenderMonitorFileActivity defenderMonitorFileActivity)Returns an immutable copy ofthiswith just thedefenderMonitorFileActivityfield changed. -
Uses of DefenderMonitorFileActivity in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DefenderMonitorFileActivity Modifier and Type Method Description static DefenderMonitorFileActivityDefenderMonitorFileActivity. valueOf(String name)Returns the enum constant of this type with the specified name.static DefenderMonitorFileActivity[]DefenderMonitorFileActivity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-