Uses of Class
com.microsoft.graph.models.DriveProtectionRule
Packages that use DriveProtectionRule
-
Uses of DriveProtectionRule in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DriveProtectionRuleModifier and TypeMethodDescriptionstatic DriveProtectionRuleDriveProtectionRule.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 DriveProtectionRuleModifier and TypeMethodDescriptionBackupRestoreRoot.getDriveInclusionRules()Gets the driveInclusionRules property value.OneDriveForBusinessProtectionPolicy.getDriveInclusionRules()Gets the driveInclusionRules property value.DriveProtectionRuleCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DriveProtectionRuleModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setDriveInclusionRules(List<DriveProtectionRule> value) Sets the driveInclusionRules property value.voidOneDriveForBusinessProtectionPolicy.setDriveInclusionRules(List<DriveProtectionRule> value) Sets the driveInclusionRules property value.voidDriveProtectionRuleCollectionResponse.setValue(List<DriveProtectionRule> value) Sets the value property value.