Uses of Class
com.microsoft.graph.models.DriveProtectionUnit
Packages that use DriveProtectionUnit
-
Uses of DriveProtectionUnit in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DriveProtectionUnitModifier and TypeMethodDescriptionstatic DriveProtectionUnitDriveProtectionUnit.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 DriveProtectionUnitModifier and TypeMethodDescriptionBackupRestoreRoot.getDriveProtectionUnits()Gets the driveProtectionUnits property value.OneDriveForBusinessProtectionPolicy.getDriveProtectionUnits()Gets the driveProtectionUnits property value.DriveProtectionUnitCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DriveProtectionUnitModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setDriveProtectionUnits(List<DriveProtectionUnit> value) Sets the driveProtectionUnits property value.voidOneDriveForBusinessProtectionPolicy.setDriveProtectionUnits(List<DriveProtectionUnit> value) Sets the driveProtectionUnits property value.voidDriveProtectionUnitCollectionResponse.setValue(List<DriveProtectionUnit> value) Sets the value property value.