Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Allow Redirect.The Comment.The Compatibility Mode.The Last Modified By.The Merge Type.the OData type of the object as returned by the serviceThe Published Date Time.The Target Environment. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
allowRedirect
@SerializedName(value="allowRedirect", alternate="AllowRedirect") @Expose @Nullable public Boolean allowRedirectThe 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
The Comment. The comment for the site. -
compatibilityMode
@SerializedName(value="compatibilityMode", alternate="CompatibilityMode") @Expose @Nullable public BrowserSiteCompatibilityMode compatibilityModeThe 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 lastModifiedByThe Last Modified By. The user who last modified the site. -
mergeType
@SerializedName(value="mergeType", alternate="MergeType") @Expose @Nullable public BrowserSiteMergeType mergeTypeThe 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 publishedDateTimeThe Published Date Time. The date and time when the site was last published. -
targetEnvironment
@SerializedName(value="targetEnvironment", alternate="TargetEnvironment") @Expose @Nullable public BrowserSiteTargetEnvironment targetEnvironmentThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-