Uses of Class
com.microsoft.graph.models.ProtectionUnitBase
Packages that use ProtectionUnitBase
-
Uses of ProtectionUnitBase in com.microsoft.graph.models
Subclasses of ProtectionUnitBase in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassMethods in com.microsoft.graph.models that return ProtectionUnitBaseModifier and TypeMethodDescriptionstatic ProtectionUnitBaseProtectionUnitBase.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueRestorePoint.getProtectionUnit()Gets the protectionUnit property value.Methods in com.microsoft.graph.models that return types with arguments of type ProtectionUnitBaseModifier and TypeMethodDescriptionBackupRestoreRoot.getProtectionUnits()Gets the protectionUnits property value.ProtectionUnitBaseCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ProtectionUnitBaseModifier and TypeMethodDescriptionvoidRestorePoint.setProtectionUnit(ProtectionUnitBase value) Sets the protectionUnit property value.Method parameters in com.microsoft.graph.models with type arguments of type ProtectionUnitBaseModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setProtectionUnits(List<ProtectionUnitBase> value) Sets the protectionUnits property value.voidProtectionUnitBaseCollectionResponse.setValue(List<ProtectionUnitBase> value) Sets the value property value.