Uses of Enum
com.microsoft.graph.models.ManagedBrowserType
Packages that use ManagedBrowserType
-
Uses of ManagedBrowserType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ManagedBrowserTypeModifier and TypeMethodDescriptionstatic ManagedBrowserTypestatic ManagedBrowserTypeReturns the enum constant of this type with the specified name.static ManagedBrowserType[]ManagedBrowserType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ManagedBrowserTypeModifier and TypeMethodDescriptionManagedAppProtection.getManagedBrowser()Gets the managedBrowser property value.Method parameters in com.microsoft.graph.models with type arguments of type ManagedBrowserTypeModifier and TypeMethodDescriptionvoidManagedAppProtection.setManagedBrowser(EnumSet<ManagedBrowserType> value) Sets the managedBrowser property value.