Class AndroidLobApp

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

public class AndroidLobApp extends MobileLobApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Android Lob App.
  • Field Details

    • minimumSupportedOperatingSystem

      @SerializedName(value="minimumSupportedOperatingSystem", alternate="MinimumSupportedOperatingSystem") @Expose @Nullable public AndroidMinimumOperatingSystem minimumSupportedOperatingSystem
      The Minimum Supported Operating System. The value for the minimum applicable operating system.
    • packageId

      @SerializedName(value="packageId", alternate="PackageId") @Expose @Nullable public String packageId
      The Package Id. The package identifier.
    • versionCode

      @SerializedName(value="versionCode", alternate="VersionCode") @Expose @Nullable public String versionCode
      The Version Code. The version code of Android Line of Business (LoB) app.
    • versionName

      @SerializedName(value="versionName", alternate="VersionName") @Expose @Nullable public String versionName
      The Version Name. The version name of Android Line of Business (LoB) app.
  • Constructor Details

    • AndroidLobApp

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