Uses of Class
odata.msgraph.client.complex.WindowsInformationProtectionApp
-
Packages that use WindowsInformationProtectionApp Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of WindowsInformationProtectionApp in odata.msgraph.client.complex
Subclasses of WindowsInformationProtectionApp in odata.msgraph.client.complex Modifier and Type Class Description classWindowsInformationProtectionDesktopApp“Desktop App for Windows information protection”classWindowsInformationProtectionStoreApp“Store App for Windows information protection”Methods in odata.msgraph.client.complex that return WindowsInformationProtectionApp Modifier and Type Method Description WindowsInformationProtectionAppWindowsInformationProtectionApp. withDenied(Boolean denied)Returns an immutable copy ofthiswith just thedeniedfield changed.WindowsInformationProtectionAppWindowsInformationProtectionApp. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.WindowsInformationProtectionAppWindowsInformationProtectionApp. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.WindowsInformationProtectionAppWindowsInformationProtectionApp. withProductName(String productName)Returns an immutable copy ofthiswith just theproductNamefield changed.WindowsInformationProtectionAppWindowsInformationProtectionApp. withPublisherName(String publisherName)Returns an immutable copy ofthiswith just thepublisherNamefield changed.WindowsInformationProtectionAppWindowsInformationProtectionApp. withUnmappedField(String name, Object value) -
Uses of WindowsInformationProtectionApp in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type WindowsInformationProtectionApp Modifier and Type Field Description protected List<WindowsInformationProtectionApp>WindowsInformationProtection. exemptAppsprotected List<WindowsInformationProtectionApp>WindowsInformationProtection. protectedAppsMethods in odata.msgraph.client.entity that return types with arguments of type WindowsInformationProtectionApp Modifier and Type Method 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”Methods in odata.msgraph.client.entity with parameters of type WindowsInformationProtectionApp Modifier and Type Method Description MdmWindowsInformationProtectionPolicy.BuilderMdmWindowsInformationProtectionPolicy.Builder. exemptApps(WindowsInformationProtectionApp... exemptApps)WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. exemptApps(WindowsInformationProtectionApp... exemptApps)MdmWindowsInformationProtectionPolicy.BuilderMdmWindowsInformationProtectionPolicy.Builder. protectedApps(WindowsInformationProtectionApp... protectedApps)WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. protectedApps(WindowsInformationProtectionApp... protectedApps)Method parameters in odata.msgraph.client.entity with type arguments of type WindowsInformationProtectionApp Modifier and Type Method Description MdmWindowsInformationProtectionPolicy.BuilderMdmWindowsInformationProtectionPolicy.Builder. exemptApps(List<WindowsInformationProtectionApp> exemptApps)WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. exemptApps(List<WindowsInformationProtectionApp> exemptApps)MdmWindowsInformationProtectionPolicy.BuilderMdmWindowsInformationProtectionPolicy.Builder. protectedApps(List<WindowsInformationProtectionApp> protectedApps)WindowsInformationProtectionPolicy.BuilderWindowsInformationProtectionPolicy.Builder. protectedApps(List<WindowsInformationProtectionApp> protectedApps)WindowsInformationProtectionWindowsInformationProtection. withExemptApps(List<WindowsInformationProtectionApp> exemptApps)Returns an immutable copy ofthiswith just theexemptAppsfield changed.WindowsInformationProtectionWindowsInformationProtection. withProtectedApps(List<WindowsInformationProtectionApp> protectedApps)Returns an immutable copy ofthiswith just theprotectedAppsfield changed.
-