Class IosMinimumOperatingSystem

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

public class IosMinimumOperatingSystem extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ios 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. When TRUE, only Version 10.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
    • v11_0

      @SerializedName(value="v11_0", alternate="V11_0") @Expose @Nullable public Boolean v11_0
      The V11_0. When TRUE, only Version 11.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
    • v12_0

      @SerializedName(value="v12_0", alternate="V12_0") @Expose @Nullable public Boolean v12_0
      The V12_0. When TRUE, only Version 12.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
    • v13_0

      @SerializedName(value="v13_0", alternate="V13_0") @Expose @Nullable public Boolean v13_0
      The V13_0. When TRUE, only Version 13.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
    • v14_0

      @SerializedName(value="v14_0", alternate="V14_0") @Expose @Nullable public Boolean v14_0
      The V14_0. When TRUE, only Version 14.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
    • v15_0

      @SerializedName(value="v15_0", alternate="V15_0") @Expose @Nullable public Boolean v15_0
      The V15_0. When TRUE, only Version 15.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
    • v8_0

      @SerializedName(value="v8_0", alternate="V8_0") @Expose @Nullable public Boolean v8_0
      The V8_0. When TRUE, only Version 8.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
    • v9_0

      @SerializedName(value="v9_0", alternate="V9_0") @Expose @Nullable public Boolean v9_0
      The V9_0. When TRUE, only Version 9.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
  • Constructor Details

    • IosMinimumOperatingSystem

      public IosMinimumOperatingSystem()
  • 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