Class AndroidMinimumOperatingSystem

java.lang.Object
com.microsoft.graph.models.AndroidMinimumOperatingSystem
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AndroidMinimumOperatingSystem extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Android Minimum Operating System.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • v10_0

      @SerializedName(value="v10_0", alternate="V10_0") @Expose @Nullable public Boolean v10_0
      The V10_0. Version 10.0 or later.
    • v11_0

      @SerializedName(value="v11_0", alternate="V11_0") @Expose @Nullable public Boolean v11_0
      The V11_0. Version 11.0 or later.
    • v4_0

      @SerializedName(value="v4_0", alternate="V4_0") @Expose @Nullable public Boolean v4_0
      The V4_0. Version 4.0 or later.
    • v4_0_3

      @SerializedName(value="v4_0_3", alternate="V4_0_3") @Expose @Nullable public Boolean v4_0_3
      The V4_0_3. Version 4.0.3 or later.
    • v4_1

      @SerializedName(value="v4_1", alternate="V4_1") @Expose @Nullable public Boolean v4_1
      The V4_1. Version 4.1 or later.
    • v4_2

      @SerializedName(value="v4_2", alternate="V4_2") @Expose @Nullable public Boolean v4_2
      The V4_2. Version 4.2 or later.
    • v4_3

      @SerializedName(value="v4_3", alternate="V4_3") @Expose @Nullable public Boolean v4_3
      The V4_3. Version 4.3 or later.
    • v4_4

      @SerializedName(value="v4_4", alternate="V4_4") @Expose @Nullable public Boolean v4_4
      The V4_4. Version 4.4 or later.
    • v5_0

      @SerializedName(value="v5_0", alternate="V5_0") @Expose @Nullable public Boolean v5_0
      The V5_0. Version 5.0 or later.
    • v5_1

      @SerializedName(value="v5_1", alternate="V5_1") @Expose @Nullable public Boolean v5_1
      The V5_1. Version 5.1 or later.
    • v6_0

      @SerializedName(value="v6_0", alternate="V6_0") @Expose @Nullable public Boolean v6_0
      The V6_0. Version 6.0 or later.
    • v7_0

      @SerializedName(value="v7_0", alternate="V7_0") @Expose @Nullable public Boolean v7_0
      The V7_0. Version 7.0 or later.
    • v7_1

      @SerializedName(value="v7_1", alternate="V7_1") @Expose @Nullable public Boolean v7_1
      The V7_1. Version 7.1 or later.
    • v8_0

      @SerializedName(value="v8_0", alternate="V8_0") @Expose @Nullable public Boolean v8_0
      The V8_0. Version 8.0 or later.
    • v8_1

      @SerializedName(value="v8_1", alternate="V8_1") @Expose @Nullable public Boolean v8_1
      The V8_1. Version 8.1 or later.
    • v9_0

      @SerializedName(value="v9_0", alternate="V9_0") @Expose @Nullable public Boolean v9_0
      The V9_0. Version 9.0 or later.
  • Constructor Details

    • AndroidMinimumOperatingSystem

      public AndroidMinimumOperatingSystem()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to