Uses of Class
com.microsoft.graph.models.OneDriveForBusinessRestoreSession
Packages that use OneDriveForBusinessRestoreSession
-
Uses of OneDriveForBusinessRestoreSession in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OneDriveForBusinessRestoreSessionModifier and TypeMethodDescriptionOneDriveForBusinessRestoreSession.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 OneDriveForBusinessRestoreSessionModifier and TypeMethodDescriptionBackupRestoreRoot.getOneDriveForBusinessRestoreSessions()Gets the oneDriveForBusinessRestoreSessions property value.OneDriveForBusinessRestoreSessionCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type OneDriveForBusinessRestoreSessionModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setOneDriveForBusinessRestoreSessions(List<OneDriveForBusinessRestoreSession> value) Sets the oneDriveForBusinessRestoreSessions property value.voidOneDriveForBusinessRestoreSessionCollectionResponse.setValue(List<OneDriveForBusinessRestoreSession> value) Sets the value property value.