Class ManagedIOSLobApp

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

public class ManagedIOSLobApp extends ManagedMobileLobApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed IOSLob 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.
    • buildNumber

      @SerializedName(value="buildNumber", alternate="BuildNumber") @Expose @Nullable public String buildNumber
      The Build Number. The build number of managed iOS Line of Business (LoB) app.
    • bundleId

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

      @SerializedName(value="expirationDateTime", alternate="ExpirationDateTime") @Expose @Nullable public OffsetDateTime expirationDateTime
      The Expiration Date Time. The expiration time.
    • minimumSupportedOperatingSystem

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

      @SerializedName(value="versionNumber", alternate="VersionNumber") @Expose @Nullable public String versionNumber
      The Version Number. The version number of managed iOS Line of Business (LoB) app.
  • Constructor Details

    • ManagedIOSLobApp

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