Uses of Enum
com.microsoft.graph.models.BrowserSiteMergeType
Packages that use BrowserSiteMergeType
-
Uses of BrowserSiteMergeType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BrowserSiteMergeTypeModifier and TypeMethodDescriptionstatic BrowserSiteMergeTypeBrowserSite.getMergeType()Gets the mergeType property value.BrowserSiteHistory.getMergeType()Gets the mergeType property value.static BrowserSiteMergeTypeReturns the enum constant of this type with the specified name.static BrowserSiteMergeType[]BrowserSiteMergeType.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 BrowserSiteMergeTypeModifier and TypeMethodDescriptionvoidBrowserSite.setMergeType(BrowserSiteMergeType value) Sets the mergeType property value.voidBrowserSiteHistory.setMergeType(BrowserSiteMergeType value) Sets the mergeType property value.