Uses of Enum
com.microsoft.graph.models.BrowserSiteCompatibilityMode
Packages that use BrowserSiteCompatibilityMode
-
Uses of BrowserSiteCompatibilityMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BrowserSiteCompatibilityModeModifier and TypeMethodDescriptionstatic BrowserSiteCompatibilityModeBrowserSite.getCompatibilityMode()Gets the compatibilityMode property value.BrowserSiteHistory.getCompatibilityMode()Gets the compatibilityMode property value.static BrowserSiteCompatibilityModeReturns the enum constant of this type with the specified name.static BrowserSiteCompatibilityMode[]BrowserSiteCompatibilityMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type BrowserSiteCompatibilityModeModifier and TypeMethodDescriptionvoidBrowserSite.setCompatibilityMode(BrowserSiteCompatibilityMode value) Sets the compatibilityMode property value.voidBrowserSiteHistory.setCompatibilityMode(BrowserSiteCompatibilityMode value) Sets the compatibilityMode property value.