Uses of Class
odata.msgraph.client.beta.enums.WindowsStartMenuAppListVisibilityType
-
Packages that use WindowsStartMenuAppListVisibilityType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsStartMenuAppListVisibilityType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsStartMenuAppListVisibilityType Modifier and Type Field Description protected WindowsStartMenuAppListVisibilityTypeWindows10GeneralConfiguration. startMenuAppListVisibilityMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsStartMenuAppListVisibilityType Modifier and Type Method Description Optional<WindowsStartMenuAppListVisibilityType>Windows10GeneralConfiguration. getStartMenuAppListVisibility()“Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsStartMenuAppListVisibilityType Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. startMenuAppListVisibility(WindowsStartMenuAppListVisibilityType startMenuAppListVisibility)“Setting the value of this collapses the app list, removes the app list entirely, or disables the corresponding toggle in the Settings app.”Windows10GeneralConfigurationWindows10GeneralConfiguration. withStartMenuAppListVisibility(WindowsStartMenuAppListVisibilityType startMenuAppListVisibility)Returns an immutable copy ofthiswith just thestartMenuAppListVisibilityfield changed. -
Uses of WindowsStartMenuAppListVisibilityType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsStartMenuAppListVisibilityType Modifier and Type Method Description static WindowsStartMenuAppListVisibilityTypeWindowsStartMenuAppListVisibilityType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsStartMenuAppListVisibilityType[]WindowsStartMenuAppListVisibilityType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-