Class WebApp

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

public class WebApp extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Web App.
  • Field Details

    • appUrl

      @SerializedName(value="appUrl", alternate="AppUrl") @Expose @Nullable public String appUrl
      The App Url. The web app URL. This property cannot be PATCHed.
    • useManagedBrowser

      @SerializedName(value="useManagedBrowser", alternate="UseManagedBrowser") @Expose @Nullable public Boolean useManagedBrowser
      The Use Managed Browser. Whether or not to use managed browser. This property is only applicable for Android and IOS.
  • Constructor Details

    • WebApp

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