Class AndroidLobApp

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class AndroidLobApp extends MobileLobApp implements com.microsoft.kiota.serialization.Parsable
Contains properties and inherited properties for Android Line Of Business apps.
  • Constructor Details

    • AndroidLobApp

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

    • createFromDiscriminatorValue

      @Nonnull public static AndroidLobApp 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 AndroidLobApp
    • 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
      Overrides:
      getFieldDeserializers in class MobileLobApp
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getMinimumSupportedOperatingSystem

      @Nullable public AndroidMinimumOperatingSystem getMinimumSupportedOperatingSystem()
      Gets the minimumSupportedOperatingSystem property value. The value for the minimum applicable operating system.
      Returns:
      a AndroidMinimumOperatingSystem
    • getPackageId

      @Nullable public String getPackageId()
      Gets the packageId property value. The package identifier.
      Returns:
      a String
    • getVersionCode

      @Nullable public String getVersionCode()
      Gets the versionCode property value. The version code of Android Line of Business (LoB) app.
      Returns:
      a String
    • getVersionName

      @Nullable public String getVersionName()
      Gets the versionName property value. The version name of Android Line of Business (LoB) app.
      Returns:
      a String
    • 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
      Overrides:
      serialize in class MobileLobApp
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setMinimumSupportedOperatingSystem

      public void setMinimumSupportedOperatingSystem(@Nullable AndroidMinimumOperatingSystem value)
      Sets the minimumSupportedOperatingSystem property value. The value for the minimum applicable operating system.
      Parameters:
      value - Value to set for the minimumSupportedOperatingSystem property.
    • setPackageId

      public void setPackageId(@Nullable String value)
      Sets the packageId property value. The package identifier.
      Parameters:
      value - Value to set for the packageId property.
    • setVersionCode

      public void setVersionCode(@Nullable String value)
      Sets the versionCode property value. The version code of Android Line of Business (LoB) app.
      Parameters:
      value - Value to set for the versionCode property.
    • setVersionName

      public void setVersionName(@Nullable String value)
      Sets the versionName property value. The version name of Android Line of Business (LoB) app.
      Parameters:
      value - Value to set for the versionName property.