Uses of Class
com.microsoft.graph.models.WindowsInformationProtectionResourceCollection
Packages that use WindowsInformationProtectionResourceCollection
-
Uses of WindowsInformationProtectionResourceCollection in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsInformationProtectionResourceCollectionModifier and TypeMethodDescriptionWindowsInformationProtectionResourceCollection.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 WindowsInformationProtectionResourceCollectionModifier and TypeMethodDescriptionWindowsInformationProtection.getEnterpriseInternalProxyServers()Gets the enterpriseInternalProxyServers property value.WindowsInformationProtection.getEnterpriseNetworkDomainNames()Gets the enterpriseNetworkDomainNames property value.WindowsInformationProtection.getEnterpriseProtectedDomainNames()Gets the enterpriseProtectedDomainNames property value.WindowsInformationProtection.getEnterpriseProxyServers()Gets the enterpriseProxyServers property value.WindowsInformationProtection.getNeutralDomainResources()Gets the neutralDomainResources property value.WindowsInformationProtection.getSmbAutoEncryptedFileExtensions()Gets the smbAutoEncryptedFileExtensions property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsInformationProtectionResourceCollectionModifier and TypeMethodDescriptionvoidWindowsInformationProtection.setEnterpriseInternalProxyServers(List<WindowsInformationProtectionResourceCollection> value) Sets the enterpriseInternalProxyServers property value.voidWindowsInformationProtection.setEnterpriseNetworkDomainNames(List<WindowsInformationProtectionResourceCollection> value) Sets the enterpriseNetworkDomainNames property value.voidWindowsInformationProtection.setEnterpriseProtectedDomainNames(List<WindowsInformationProtectionResourceCollection> value) Sets the enterpriseProtectedDomainNames property value.voidWindowsInformationProtection.setEnterpriseProxyServers(List<WindowsInformationProtectionResourceCollection> value) Sets the enterpriseProxyServers property value.voidWindowsInformationProtection.setNeutralDomainResources(List<WindowsInformationProtectionResourceCollection> value) Sets the neutralDomainResources property value.voidWindowsInformationProtection.setSmbAutoEncryptedFileExtensions(List<WindowsInformationProtectionResourceCollection> value) Sets the smbAutoEncryptedFileExtensions property value.