Class ManagedAndroidStoreApp

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

public class ManagedAndroidStoreApp extends ManagedApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed Android Store App.
  • Field Details

    • appStoreUrl

      @SerializedName(value="appStoreUrl", alternate="AppStoreUrl") @Expose @Nullable public String appStoreUrl
      The App Store Url. The Android AppStoreUrl.
    • minimumSupportedOperatingSystem

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

      @SerializedName(value="packageId", alternate="PackageId") @Expose @Nullable public String packageId
      The Package Id. The app's package ID.
  • Constructor Details

    • ManagedAndroidStoreApp

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