Uses of Enum
com.microsoft.graph.models.WindowsStartMenuAppListVisibilityType
Packages that use WindowsStartMenuAppListVisibilityType
-
Uses of WindowsStartMenuAppListVisibilityType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return WindowsStartMenuAppListVisibilityTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.WindowsStartMenuAppListVisibilityType.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 WindowsStartMenuAppListVisibilityTypeModifier and TypeMethodDescriptionWindows10GeneralConfiguration.getStartMenuAppListVisibility()Gets the startMenuAppListVisibility property value.Method parameters in com.microsoft.graph.models with type arguments of type WindowsStartMenuAppListVisibilityTypeModifier and TypeMethodDescriptionvoidWindows10GeneralConfiguration.setStartMenuAppListVisibility(EnumSet<WindowsStartMenuAppListVisibilityType> value) Sets the startMenuAppListVisibility property value.