Class AndroidCustomConfiguration

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

public class AndroidCustomConfiguration extends DeviceConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Android Custom Configuration.
  • Field Details

    • omaSettings

      @SerializedName(value="omaSettings", alternate="OmaSettings") @Expose @Nullable public List<OmaSetting> omaSettings
      The Oma Settings. OMA settings. This collection can contain a maximum of 1000 elements.
  • Constructor Details

    • AndroidCustomConfiguration

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