Uses of Class
odata.msgraph.client.beta.enums.DefenderPotentiallyUnwantedAppAction
-
Packages that use DefenderPotentiallyUnwantedAppAction Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DefenderPotentiallyUnwantedAppAction in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DefenderPotentiallyUnwantedAppAction Modifier and Type Field Description protected DefenderPotentiallyUnwantedAppActionWindows10GeneralConfiguration. defenderPotentiallyUnwantedAppActionMethods in odata.msgraph.client.beta.entity that return types with arguments of type DefenderPotentiallyUnwantedAppAction Modifier and Type Method Description Optional<DefenderPotentiallyUnwantedAppAction>Windows10GeneralConfiguration. getDefenderPotentiallyUnwantedAppAction()“Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA) , which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc.Methods in odata.msgraph.client.beta.entity with parameters of type DefenderPotentiallyUnwantedAppAction Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. defenderPotentiallyUnwantedAppAction(DefenderPotentiallyUnwantedAppAction defenderPotentiallyUnwantedAppAction)“Gets or sets Defender’s action to take on Potentially Unwanted Application (PUA) , which includes software with behaviors of ad-injection, software bundling, persistent solicitation for payment or subscription, etc.Windows10GeneralConfigurationWindows10GeneralConfiguration. withDefenderPotentiallyUnwantedAppAction(DefenderPotentiallyUnwantedAppAction defenderPotentiallyUnwantedAppAction)Returns an immutable copy ofthiswith just thedefenderPotentiallyUnwantedAppActionfield changed. -
Uses of DefenderPotentiallyUnwantedAppAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DefenderPotentiallyUnwantedAppAction Modifier and Type Method Description static DefenderPotentiallyUnwantedAppActionDefenderPotentiallyUnwantedAppAction. valueOf(String name)Returns the enum constant of this type with the specified name.static DefenderPotentiallyUnwantedAppAction[]DefenderPotentiallyUnwantedAppAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-