Class WindowsWebApp

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

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

    • appUrl

      @SerializedName(value="appUrl", alternate="AppUrl") @Expose @Nullable public String appUrl
      The App Url. Indicates the Windows web app URL. Example: 'https://www.contoso.com'
  • Constructor Details

    • WindowsWebApp

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