Class AndroidStoreApp

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

public class AndroidStoreApp extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Android Store App.
  • Field Details

    • appStoreUrl

      @SerializedName(value="appStoreUrl", alternate="AppStoreUrl") @Expose @Nullable public String appStoreUrl
      The App Store Url. The Android app store URL.
    • 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.
  • Constructor Details

    • AndroidStoreApp

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