Class BrowserSiteHistory

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

public class BrowserSiteHistory extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Browser Site History.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowRedirect

      @SerializedName(value="allowRedirect", alternate="AllowRedirect") @Expose @Nullable public Boolean allowRedirect
      The Allow Redirect. Controls the behavior of redirected sites. If true, indicates that the site will open in Internet Explorer 11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain.
    • comment

      @SerializedName(value="comment", alternate="Comment") @Expose @Nullable public String comment
      The Comment. The comment for the site.
    • compatibilityMode

      @SerializedName(value="compatibilityMode", alternate="CompatibilityMode") @Expose @Nullable public BrowserSiteCompatibilityMode compatibilityMode
      The Compatibility Mode. Controls what compatibility setting is used for specific sites or domains. The possible values are: default, internetExplorer8Enterprise, internetExplorer7Enterprise, internetExplorer11, internetExplorer10, internetExplorer9, internetExplorer8, internetExplorer7, internetExplorer5, unknownFutureValue.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedBy
      The Last Modified By. The user who last modified the site.
    • mergeType

      @SerializedName(value="mergeType", alternate="MergeType") @Expose @Nullable public BrowserSiteMergeType mergeType
      The Merge Type. The merge type of the site. The possible values are: noMerge, default, unknownFutureValue.
    • publishedDateTime

      @SerializedName(value="publishedDateTime", alternate="PublishedDateTime") @Expose @Nullable public OffsetDateTime publishedDateTime
      The Published Date Time. The date and time when the site was last published.
    • targetEnvironment

      @SerializedName(value="targetEnvironment", alternate="TargetEnvironment") @Expose @Nullable public BrowserSiteTargetEnvironment targetEnvironment
      The Target Environment. The target environment that the site should open in. The possible values are: internetExplorerMode, internetExplorer11, microsoftEdge, configurable, none, unknownFutureValue.Prior to June 15, 2022, the internetExplorer11 option would allow opening a site in the Internet Explorer 11 (IE11) desktop application. Following the retirement of IE11 on June 15, 2022, the internetExplorer11 option will no longer open an IE11 window and will instead behave the same as the internetExplorerMode option.
  • Constructor Details

    • BrowserSiteHistory

      public BrowserSiteHistory()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to