Uses of Class
odata.msgraph.client.beta.enums.IosWallpaperDisplayLocation
-
Packages that use IosWallpaperDisplayLocation Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of IosWallpaperDisplayLocation in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as IosWallpaperDisplayLocation Modifier and Type Field Description protected IosWallpaperDisplayLocationIosDeviceFeaturesConfiguration. wallpaperDisplayLocationMethods in odata.msgraph.client.beta.entity that return types with arguments of type IosWallpaperDisplayLocation Modifier and Type Method Description Optional<IosWallpaperDisplayLocation>IosDeviceFeaturesConfiguration. getWallpaperDisplayLocation()“A wallpaper display location specifier.”Methods in odata.msgraph.client.beta.entity with parameters of type IosWallpaperDisplayLocation Modifier and Type Method Description IosDeviceFeaturesConfiguration.BuilderIosDeviceFeaturesConfiguration.Builder. wallpaperDisplayLocation(IosWallpaperDisplayLocation wallpaperDisplayLocation)“A wallpaper display location specifier.”IosDeviceFeaturesConfigurationIosDeviceFeaturesConfiguration. withWallpaperDisplayLocation(IosWallpaperDisplayLocation wallpaperDisplayLocation)Returns an immutable copy ofthiswith just thewallpaperDisplayLocationfield changed. -
Uses of IosWallpaperDisplayLocation in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return IosWallpaperDisplayLocation Modifier and Type Method Description static IosWallpaperDisplayLocationIosWallpaperDisplayLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static IosWallpaperDisplayLocation[]IosWallpaperDisplayLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-