Uses of Class
com.microsoft.graph.models.BrowseSessionBase
Packages that use BrowseSessionBase
-
Uses of BrowseSessionBase in com.microsoft.graph.models
Subclasses of BrowseSessionBase in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassMethods in com.microsoft.graph.models that return BrowseSessionBaseModifier and TypeMethodDescriptionstatic BrowseSessionBaseBrowseSessionBase.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 BrowseSessionBaseModifier and TypeMethodDescriptionBackupRestoreRoot.getBrowseSessions()Gets the browseSessions property value.BrowseSessionBaseCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type BrowseSessionBaseModifier and TypeMethodDescriptionvoidBackupRestoreRoot.setBrowseSessions(List<BrowseSessionBase> value) Sets the browseSessions property value.voidBrowseSessionBaseCollectionResponse.setValue(List<BrowseSessionBase> value) Sets the value property value.