Package com.microsoft.graph.models
Class BrowserSharedCookieHistory
java.lang.Object
com.microsoft.graph.models.BrowserSharedCookieHistory
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class BrowserSharedCookieHistory
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Browser Shared Cookie History.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Comment.The Display Name.The Host Only.The Host Or Domain.The Last Modified By.the OData type of the object as returned by the serviceThe Path.The Published Date Time.The Source 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 -
comment
The Comment. The comment for the shared cookie. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The name of the cookie. -
hostOnly
The Host Only. Controls whether a cookie is a host-only or domain cookie. -
hostOrDomain
@SerializedName(value="hostOrDomain", alternate="HostOrDomain") @Expose @Nullable public String hostOrDomainThe Host Or Domain. The URL of the cookie. -
lastModifiedBy
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedByThe Last Modified By. The user who last modified the cookie. -
path
The Path. The path of the cookie. -
publishedDateTime
@SerializedName(value="publishedDateTime", alternate="PublishedDateTime") @Expose @Nullable public OffsetDateTime publishedDateTimeThe Published Date Time. The date and time when the cookie was last published. -
sourceEnvironment
@SerializedName(value="sourceEnvironment", alternate="SourceEnvironment") @Expose @Nullable public BrowserSharedCookieSourceEnvironment sourceEnvironmentThe Source Environment. Specifies how the cookies are shared between Microsoft Edge and Internet Explorer. The possible values are: microsoftEdge, internetExplorer11, both, unknownFutureValue.
-
-
Constructor Details
-
BrowserSharedCookieHistory
public BrowserSharedCookieHistory()
-
-
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
-