Class IosStoreApp

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

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

    • applicableDeviceType

      @SerializedName(value="applicableDeviceType", alternate="ApplicableDeviceType") @Expose @Nullable public IosDeviceType applicableDeviceType
      The Applicable Device Type. The iOS architecture for which this app can run on.
    • appStoreUrl

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

      @SerializedName(value="bundleId", alternate="BundleId") @Expose @Nullable public String bundleId
      The Bundle Id. The Identity Name.
    • minimumSupportedOperatingSystem

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

    • IosStoreApp

      public IosStoreApp()
  • 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