Uses of Enum
com.microsoft.graph.models.BrowserSiteTargetEnvironment
Packages that use BrowserSiteTargetEnvironment
-
Uses of BrowserSiteTargetEnvironment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return BrowserSiteTargetEnvironmentModifier and TypeMethodDescriptionstatic BrowserSiteTargetEnvironmentBrowserSite.getTargetEnvironment()Gets the targetEnvironment property value.BrowserSiteHistory.getTargetEnvironment()Gets the targetEnvironment property value.static BrowserSiteTargetEnvironmentReturns the enum constant of this type with the specified name.static BrowserSiteTargetEnvironment[]BrowserSiteTargetEnvironment.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 BrowserSiteTargetEnvironmentModifier and TypeMethodDescriptionvoidBrowserSite.setTargetEnvironment(BrowserSiteTargetEnvironment value) Sets the targetEnvironment property value.voidBrowserSiteHistory.setTargetEnvironment(BrowserSiteTargetEnvironment value) Sets the targetEnvironment property value.