Uses of Class
com.microsoft.graph.models.RestorePoint
Packages that use RestorePoint
-
Uses of RestorePoint in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RestorePointModifier and TypeMethodDescriptionstatic RestorePointRestorePoint.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueRestoreArtifactBase.getRestorePoint()Gets the restorePoint property value.RestorePointSearchResult.getRestorePoint()Gets the restorePoint property value.Methods in com.microsoft.graph.models that return types with arguments of type RestorePointModifier and TypeMethodDescriptionBackupRestoreRoot.getRestorePoints()Gets the restorePoints property value.RestorePointCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type RestorePointModifier and TypeMethodDescriptionvoidRestoreArtifactBase.setRestorePoint(RestorePoint value) Sets the restorePoint property value.voidRestorePointSearchResult.setRestorePoint(RestorePoint value) Sets the restorePoint property value.Method parameters in com.microsoft.graph.models with type arguments of type RestorePointModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setRestorePoints(List<RestorePoint> value) Sets the restorePoints property value.voidRestorePointCollectionResponse.setValue(List<RestorePoint> value) Sets the value property value.