Class InternetExplorerMode

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

public class InternetExplorerMode extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Internet Explorer Mode.
  • Field Details

    • siteLists

      @SerializedName(value="siteLists", alternate="SiteLists") @Expose @Nullable public BrowserSiteListCollectionPage siteLists
      The Site Lists. A collection of site lists to support Internet Explorer mode.
  • Constructor Details

    • InternetExplorerMode

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