Class IosDeviceFeaturesConfiguration

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IosDeviceFeaturesConfiguration extends AppleDeviceFeaturesConfigurationBase implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Device Features Configuration.
  • Field Details

    • assetTagTemplate

      @SerializedName(value="assetTagTemplate", alternate="AssetTagTemplate") @Expose @Nullable public String assetTagTemplate
      The Asset Tag Template. Asset tag information for the device, displayed on the login window and lock screen.
    • homeScreenDockIcons

      @SerializedName(value="homeScreenDockIcons", alternate="HomeScreenDockIcons") @Expose @Nullable public List<IosHomeScreenItem> homeScreenDockIcons
      The Home Screen Dock Icons. A list of app and folders to appear on the Home Screen Dock. This collection can contain a maximum of 500 elements.
    • homeScreenPages

      @SerializedName(value="homeScreenPages", alternate="HomeScreenPages") @Expose @Nullable public List<IosHomeScreenPage> homeScreenPages
      The Home Screen Pages. A list of pages on the Home Screen. This collection can contain a maximum of 500 elements.
    • lockScreenFootnote

      @SerializedName(value="lockScreenFootnote", alternate="LockScreenFootnote") @Expose @Nullable public String lockScreenFootnote
      The Lock Screen Footnote. A footnote displayed on the login window and lock screen. Available in iOS 9.3.1 and later.
    • notificationSettings

      @SerializedName(value="notificationSettings", alternate="NotificationSettings") @Expose @Nullable public List<IosNotificationSettings> notificationSettings
      The Notification Settings. Notification settings for each bundle id. Applicable to devices in supervised mode only (iOS 9.3 and later). This collection can contain a maximum of 500 elements.
  • Constructor Details

    • IosDeviceFeaturesConfiguration

      public IosDeviceFeaturesConfiguration()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AppleDeviceFeaturesConfigurationBase
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to