Uses of Class
com.microsoft.graph.models.BrowserSite
Packages that use BrowserSite
-
Uses of BrowserSite in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BrowserSiteModifier and TypeMethodDescriptionstatic BrowserSiteBrowserSite.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 BrowserSiteModifier and TypeMethodDescriptionBrowserSiteList.getSites()Gets the sites property value.BrowserSiteCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type BrowserSiteModifier and TypeMethodDescriptionvoidBrowserSiteList.setSites(List<BrowserSite> value) Sets the sites property value.voidBrowserSiteCollectionResponse.setValue(List<BrowserSite> value) Sets the value property value.