Uses of Class
odata.msgraph.client.beta.enums.WindowsSpotlightEnablementSettings
-
Packages that use WindowsSpotlightEnablementSettings Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsSpotlightEnablementSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsSpotlightEnablementSettings Modifier and Type Field Description protected WindowsSpotlightEnablementSettingsWindows10GeneralConfiguration. windowsSpotlightConfigureOnLockScreenMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsSpotlightEnablementSettings Modifier and Type Method Description Optional<WindowsSpotlightEnablementSettings>Windows10GeneralConfiguration. getWindowsSpotlightConfigureOnLockScreen()“Specifies the type of Spotlight”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsSpotlightEnablementSettings Modifier and Type Method Description Windows10GeneralConfiguration.BuilderWindows10GeneralConfiguration.Builder. windowsSpotlightConfigureOnLockScreen(WindowsSpotlightEnablementSettings windowsSpotlightConfigureOnLockScreen)“Specifies the type of Spotlight”Windows10GeneralConfigurationWindows10GeneralConfiguration. withWindowsSpotlightConfigureOnLockScreen(WindowsSpotlightEnablementSettings windowsSpotlightConfigureOnLockScreen)Returns an immutable copy ofthiswith just thewindowsSpotlightConfigureOnLockScreenfield changed. -
Uses of WindowsSpotlightEnablementSettings in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsSpotlightEnablementSettings Modifier and Type Method Description static WindowsSpotlightEnablementSettingsWindowsSpotlightEnablementSettings. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsSpotlightEnablementSettings[]WindowsSpotlightEnablementSettings. values()Returns an array containing the constants of this enum type, in the order they are declared.
-