Class IosMobileAppConfiguration

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

public class IosMobileAppConfiguration extends ManagedDeviceMobileAppConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios Mobile App Configuration.
  • Field Details

    • encodedSettingXml

      @SerializedName(value="encodedSettingXml", alternate="EncodedSettingXml") @Expose @Nullable public byte[] encodedSettingXml
      The Encoded Setting Xml. mdm app configuration Base64 binary.
    • settings

      @SerializedName(value="settings", alternate="Settings") @Expose @Nullable public List<AppConfigurationSettingItem> settings
      The Settings. app configuration setting items.
  • Constructor Details

    • IosMobileAppConfiguration

      public IosMobileAppConfiguration()
  • 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 ManagedDeviceMobileAppConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to