Uses of Class
com.microsoft.graph.models.SharePointBrowseSession
Packages that use SharePointBrowseSession
-
Uses of SharePointBrowseSession in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SharePointBrowseSessionModifier and TypeMethodDescriptionstatic SharePointBrowseSessionSharePointBrowseSession.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 SharePointBrowseSessionModifier and TypeMethodDescriptionBackupRestoreRoot.getSharePointBrowseSessions()Gets the sharePointBrowseSessions property value.SharePointBrowseSessionCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type SharePointBrowseSessionModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setSharePointBrowseSessions(List<SharePointBrowseSession> value) Sets the sharePointBrowseSessions property value.voidSharePointBrowseSessionCollectionResponse.setValue(List<SharePointBrowseSession> value) Sets the value property value.