Class MobileLobApp

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
AndroidLobApp, IosLobApp, MacOSLobApp, Win32LobApp, WindowsAppX, WindowsMobileMSI, WindowsUniversalAppX

public class MobileLobApp extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the 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

    • MobileLobApp

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