Uses of Class
com.microsoft.graph.models.OneDriveForBusinessBrowseSession
Packages that use OneDriveForBusinessBrowseSession
-
Uses of OneDriveForBusinessBrowseSession in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OneDriveForBusinessBrowseSessionModifier and TypeMethodDescriptionOneDriveForBusinessBrowseSession.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 OneDriveForBusinessBrowseSessionModifier and TypeMethodDescriptionBackupRestoreRoot.getOneDriveForBusinessBrowseSessions()Gets the oneDriveForBusinessBrowseSessions property value.OneDriveForBusinessBrowseSessionCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type OneDriveForBusinessBrowseSessionModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setOneDriveForBusinessBrowseSessions(List<OneDriveForBusinessBrowseSession> value) Sets the oneDriveForBusinessBrowseSessions property value.voidOneDriveForBusinessBrowseSessionCollectionResponse.setValue(List<OneDriveForBusinessBrowseSession> value) Sets the value property value.