Class ManagedMobileLobApp

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
ManagedAndroidLobApp, ManagedIOSLobApp

public class ManagedMobileLobApp extends ManagedApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed Mobile Lob App.
  • Field Details

    • committedContentVersion

      @SerializedName(value="committedContentVersion", alternate="CommittedContentVersion") @Expose @Nullable public String committedContentVersion
      The Committed Content Version. The internal committed content version.
    • fileName

      @SerializedName(value="fileName", alternate="FileName") @Expose @Nullable public String fileName
      The File Name. The name of the main Lob application file.
    • size

      @SerializedName(value="size", alternate="Size") @Expose @Nullable public Long size
      The Size. The total size, including all uploaded files.
    • contentVersions

      @SerializedName(value="contentVersions", alternate="ContentVersions") @Expose @Nullable public MobileAppContentCollectionPage contentVersions
      The Content Versions. The list of content versions for this app.
  • Constructor Details

    • ManagedMobileLobApp

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