Class WindowsUniversalAppXContainedApp

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

public class WindowsUniversalAppXContainedApp extends MobileContainedApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Universal App XContained App.
  • Field Details

    • appUserModelId

      @SerializedName(value="appUserModelId", alternate="AppUserModelId") @Expose @Nullable public String appUserModelId
      The App User Model Id. The app user model ID of the contained app of a WindowsUniversalAppX app.
  • Constructor Details

    • WindowsUniversalAppXContainedApp

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