Class ManagedMobileApp

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedMobileApp
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ManagedMobileApp extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed Mobile App.
  • Field Details

    • mobileAppIdentifier

      @SerializedName(value="mobileAppIdentifier", alternate="MobileAppIdentifier") @Expose @Nullable public MobileAppIdentifier mobileAppIdentifier
      The Mobile App Identifier. The identifier for an app with it's operating system type.
    • version

      @SerializedName(value="version", alternate="Version") @Expose @Nullable public String version
      The Version. Version of the entity.
  • Constructor Details

    • ManagedMobileApp

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