| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowsInformationProtectionDesktopApp
“Desktop App for Windows information protection”
|
class |
WindowsInformationProtectionStoreApp
“Store App for Windows information protection”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsInformationProtectionApp |
WindowsInformationProtectionApp.withDenied(Boolean denied)
Returns an immutable copy of
this with just the denied field
changed. |
WindowsInformationProtectionApp |
WindowsInformationProtectionApp.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
WindowsInformationProtectionApp |
WindowsInformationProtectionApp.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
WindowsInformationProtectionApp |
WindowsInformationProtectionApp.withProductName(String productName)
Returns an immutable copy of
this with just the productName
field changed. |
WindowsInformationProtectionApp |
WindowsInformationProtectionApp.withPublisherName(String publisherName)
Returns an immutable copy of
this with just the publisherName
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<WindowsInformationProtectionApp> |
WindowsInformationProtection.exemptApps |
protected List<WindowsInformationProtectionApp> |
WindowsInformationProtection.protectedApps |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<WindowsInformationProtectionApp> |
WindowsInformationProtection.getExemptApps()
“Exempt applications can also access enterprise data, but the data handled by
those applications are not protected.
|
com.github.davidmoten.odata.client.CollectionPage<WindowsInformationProtectionApp> |
WindowsInformationProtection.getExemptApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Exempt applications can also access enterprise data, but the data handled by
those applications are not protected.
|
com.github.davidmoten.odata.client.CollectionPage<WindowsInformationProtectionApp> |
WindowsInformationProtection.getProtectedApps()
“Protected applications can access enterprise data and the data handled by those
applications are protected with encryption”
|
com.github.davidmoten.odata.client.CollectionPage<WindowsInformationProtectionApp> |
WindowsInformationProtection.getProtectedApps(com.github.davidmoten.odata.client.HttpRequestOptions options)
“Protected applications can access enterprise data and the data handled by those
applications are protected with encryption”
|
| Modifier and Type | Method and Description |
|---|---|
WindowsInformationProtectionPolicy.Builder |
WindowsInformationProtectionPolicy.Builder.exemptApps(WindowsInformationProtectionApp... exemptApps) |
MdmWindowsInformationProtectionPolicy.Builder |
MdmWindowsInformationProtectionPolicy.Builder.exemptApps(WindowsInformationProtectionApp... exemptApps) |
WindowsInformationProtectionPolicy.Builder |
WindowsInformationProtectionPolicy.Builder.protectedApps(WindowsInformationProtectionApp... protectedApps) |
MdmWindowsInformationProtectionPolicy.Builder |
MdmWindowsInformationProtectionPolicy.Builder.protectedApps(WindowsInformationProtectionApp... protectedApps) |
| Modifier and Type | Method and Description |
|---|---|
WindowsInformationProtectionPolicy.Builder |
WindowsInformationProtectionPolicy.Builder.exemptApps(List<WindowsInformationProtectionApp> exemptApps) |
MdmWindowsInformationProtectionPolicy.Builder |
MdmWindowsInformationProtectionPolicy.Builder.exemptApps(List<WindowsInformationProtectionApp> exemptApps) |
WindowsInformationProtectionPolicy.Builder |
WindowsInformationProtectionPolicy.Builder.protectedApps(List<WindowsInformationProtectionApp> protectedApps) |
MdmWindowsInformationProtectionPolicy.Builder |
MdmWindowsInformationProtectionPolicy.Builder.protectedApps(List<WindowsInformationProtectionApp> protectedApps) |
Copyright © 2018–2020. All rights reserved.