| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected WindowsInformationProtectionEnforcementLevel |
WindowsInformationProtection.enforcementLevel |
| Modifier and Type | Method and Description |
|---|---|
Optional<WindowsInformationProtectionEnforcementLevel> |
WindowsInformationProtection.getEnforcementLevel()
“WIP enforcement level.See the Enum definition for supported values”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsInformationProtectionPolicy.Builder |
WindowsInformationProtectionPolicy.Builder.enforcementLevel(WindowsInformationProtectionEnforcementLevel enforcementLevel) |
MdmWindowsInformationProtectionPolicy.Builder |
MdmWindowsInformationProtectionPolicy.Builder.enforcementLevel(WindowsInformationProtectionEnforcementLevel enforcementLevel) |
WindowsInformationProtection |
WindowsInformationProtection.withEnforcementLevel(WindowsInformationProtectionEnforcementLevel enforcementLevel)
Returns an immutable copy of
this with just the enforcementLevel
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static WindowsInformationProtectionEnforcementLevel |
WindowsInformationProtectionEnforcementLevel.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.
|
Copyright © 2018–2020. All rights reserved.