Uses of Class
odata.msgraph.client.beta.enums.WindowsStartMenuModeType
-
Packages that use WindowsStartMenuModeType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsStartMenuModeType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsStartMenuModeType Modifier and Type Field Description protected WindowsStartMenuModeTypeWindows10GeneralConfiguration. startMenuModeMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsStartMenuModeType Modifier and Type Method Description Optional<WindowsStartMenuModeType>Windows10GeneralConfiguration. getStartMenuMode()“Allows admins to decide how the Start menu is displayed.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsStartMenuModeType Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. startMenuMode(WindowsStartMenuModeType startMenuMode)“Allows admins to decide how the Start menu is displayed.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withStartMenuMode(WindowsStartMenuModeType startMenuMode)Returns an immutable copy ofthiswith just thestartMenuModefield changed. -
Uses of WindowsStartMenuModeType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsStartMenuModeType Modifier and Type Method Description static WindowsStartMenuModeTypeWindowsStartMenuModeType. valueOf(String name)Returns 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.
-