Uses of Class
odata.msgraph.client.enums.WindowsInformationProtectionEnforcementLevel
-
Packages that use WindowsInformationProtectionEnforcementLevel Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of WindowsInformationProtectionEnforcementLevel in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as WindowsInformationProtectionEnforcementLevel Modifier and Type Field Description protected WindowsInformationProtectionEnforcementLevelWindowsInformationProtection. enforcementLevelMethods in odata.msgraph.client.entity that return types with arguments of type WindowsInformationProtectionEnforcementLevel Modifier and Type Method Description Optional<WindowsInformationProtectionEnforcementLevel>WindowsInformationProtection. getEnforcementLevel()“WIP enforcement level.See the Enum definition for supported values”Methods in odata.msgraph.client.entity with parameters of type WindowsInformationProtectionEnforcementLevel Modifier and Type Method Description MdmWindowsInformationProtectionPolicy.BuilderMdmWindowsInformationProtectionPolicy.Builder. enforcementLevel(WindowsInformationProtectionEnforcementLevel enforcementLevel)WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. enforcementLevel(WindowsInformationProtectionEnforcementLevel enforcementLevel)WindowsInformationProtectionWindowsInformationProtection. withEnforcementLevel(WindowsInformationProtectionEnforcementLevel enforcementLevel)Returns an immutable copy ofthiswith just theenforcementLevelfield changed. -
Uses of WindowsInformationProtectionEnforcementLevel in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return WindowsInformationProtectionEnforcementLevel Modifier and Type Method Description static WindowsInformationProtectionEnforcementLevelWindowsInformationProtectionEnforcementLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsInformationProtectionEnforcementLevel[]WindowsInformationProtectionEnforcementLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-