Uses of Enum
com.microsoft.graph.models.WindowsStartMenuModeType
Packages that use WindowsStartMenuModeType
-
Uses of WindowsStartMenuModeType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsStartMenuModeTypeModifier and TypeMethodDescriptionstatic WindowsStartMenuModeTypeWindows10GeneralConfiguration.getStartMenuMode()Gets the startMenuMode property value.static WindowsStartMenuModeTypeReturns the enum constant of this type with the specified name.static WindowsStartMenuModeType[]WindowsStartMenuModeType.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 WindowsStartMenuModeTypeModifier and TypeMethodDescriptionvoidWindows10GeneralConfiguration.setStartMenuMode(WindowsStartMenuModeType value) Sets the startMenuMode property value.