Uses of Class
com.microsoft.graph.models.WindowsInformationProtectionApp
Packages that use WindowsInformationProtectionApp
-
Uses of WindowsInformationProtectionApp in com.microsoft.graph.models
Subclasses of WindowsInformationProtectionApp in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassDesktop App for Windows information protectionclassStore App for Windows information protectionMethods in com.microsoft.graph.models that return WindowsInformationProtectionAppModifier and TypeMethodDescriptionWindowsInformationProtectionApp.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type WindowsInformationProtectionAppModifier and TypeMethodDescriptionWindowsInformationProtection.getExemptApps()Gets the exemptApps property value.WindowsInformationProtection.getProtectedApps()Gets the protectedApps property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsInformationProtectionAppModifier and TypeMethodDescriptionvoidWindowsInformationProtection.setExemptApps(List<WindowsInformationProtectionApp> value) Sets the exemptApps property value.voidWindowsInformationProtection.setProtectedApps(List<WindowsInformationProtectionApp> value) Sets the protectedApps property value.