Class IosiPadOSWebClip

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

public class IosiPadOSWebClip extends MobileApp implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Iosi Pad OSWeb Clip.
  • Field Details

    • appUrl

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

      @SerializedName(value="useManagedBrowser", alternate="UseManagedBrowser") @Expose @Nullable public Boolean useManagedBrowser
      The Use Managed Browser. Whether or not to use managed browser. When TRUE, the app will be required to be opened in Microsoft Edge. When FALSE, the app will not be required to be opened in Microsoft Edge. By default, this property is set to FALSE.
  • Constructor Details

    • IosiPadOSWebClip

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