Class AndroidMinimumOperatingSystem

java.lang.Object
com.microsoft.graph.models.AndroidMinimumOperatingSystem
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class AndroidMinimumOperatingSystem extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
Contains properties for the minimum operating system required for an Android mobile app.
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • AndroidMinimumOperatingSystem

      public AndroidMinimumOperatingSystem()
      Instantiates a new AndroidMinimumOperatingSystem and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static AndroidMinimumOperatingSystem createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a AndroidMinimumOperatingSystem
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getOdataType

      @Nullable public String getOdataType()
      Gets the @odata.type property value. The OdataType property
      Returns:
      a String
    • getV100

      @Nullable public Boolean getV100()
      Gets the v10_0 property value. 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.
      Returns:
      a Boolean
    • getV110

      @Nullable public Boolean getV110()
      Gets the v11_0 property value. 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.
      Returns:
      a Boolean
    • getV40

      @Nullable public Boolean getV40()
      Gets the v4_0 property value. When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV403

      @Nullable public Boolean getV403()
      Gets the v4_0_3 property value. When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV41

      @Nullable public Boolean getV41()
      Gets the v4_1 property value. When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV42

      @Nullable public Boolean getV42()
      Gets the v4_2 property value. When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV43

      @Nullable public Boolean getV43()
      Gets the v4_3 property value. When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV44

      @Nullable public Boolean getV44()
      Gets the v4_4 property value. When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV50

      @Nullable public Boolean getV50()
      Gets the v5_0 property value. When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV51

      @Nullable public Boolean getV51()
      Gets the v5_1 property value. When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV60

      @Nullable public Boolean getV60()
      Gets the v6_0 property value. When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV70

      @Nullable public Boolean getV70()
      Gets the v7_0 property value. When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV71

      @Nullable public Boolean getV71()
      Gets the v7_1 property value. When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV80

      @Nullable public Boolean getV80()
      Gets the v8_0 property value. 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.
      Returns:
      a Boolean
    • getV81

      @Nullable public Boolean getV81()
      Gets the v8_1 property value. When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Returns:
      a Boolean
    • getV90

      @Nullable public Boolean getV90()
      Gets the v9_0 property value. 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.
      Returns:
      a Boolean
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setOdataType

      public void setOdataType(@Nullable String value)
      Sets the @odata.type property value. The OdataType property
      Parameters:
      value - Value to set for the @odata.type property.
    • setV100

      public void setV100(@Nullable Boolean value)
      Sets the v10_0 property value. 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.
      Parameters:
      value - Value to set for the v10_0 property.
    • setV110

      public void setV110(@Nullable Boolean value)
      Sets the v11_0 property value. 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.
      Parameters:
      value - Value to set for the v11_0 property.
    • setV40

      public void setV40(@Nullable Boolean value)
      Sets the v4_0 property value. When TRUE, only Version 4.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v4_0 property.
    • setV403

      public void setV403(@Nullable Boolean value)
      Sets the v4_0_3 property value. When TRUE, only Version 4.0.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v4_0_3 property.
    • setV41

      public void setV41(@Nullable Boolean value)
      Sets the v4_1 property value. When TRUE, only Version 4.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v4_1 property.
    • setV42

      public void setV42(@Nullable Boolean value)
      Sets the v4_2 property value. When TRUE, only Version 4.2 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v4_2 property.
    • setV43

      public void setV43(@Nullable Boolean value)
      Sets the v4_3 property value. When TRUE, only Version 4.3 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v4_3 property.
    • setV44

      public void setV44(@Nullable Boolean value)
      Sets the v4_4 property value. When TRUE, only Version 4.4 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v4_4 property.
    • setV50

      public void setV50(@Nullable Boolean value)
      Sets the v5_0 property value. When TRUE, only Version 5.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v5_0 property.
    • setV51

      public void setV51(@Nullable Boolean value)
      Sets the v5_1 property value. When TRUE, only Version 5.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v5_1 property.
    • setV60

      public void setV60(@Nullable Boolean value)
      Sets the v6_0 property value. When TRUE, only Version 6.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v6_0 property.
    • setV70

      public void setV70(@Nullable Boolean value)
      Sets the v7_0 property value. When TRUE, only Version 7.0 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v7_0 property.
    • setV71

      public void setV71(@Nullable Boolean value)
      Sets the v7_1 property value. When TRUE, only Version 7.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v7_1 property.
    • setV80

      public void setV80(@Nullable Boolean value)
      Sets the v8_0 property value. 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.
      Parameters:
      value - Value to set for the v8_0 property.
    • setV81

      public void setV81(@Nullable Boolean value)
      Sets the v8_1 property value. When TRUE, only Version 8.1 or later is supported. Default value is FALSE. Exactly one of the minimum operating system boolean values will be TRUE.
      Parameters:
      value - Value to set for the v8_1 property.
    • setV90

      public void setV90(@Nullable Boolean value)
      Sets the v9_0 property value. 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.
      Parameters:
      value - Value to set for the v9_0 property.