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 Details

    • oDataType

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

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

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the cookie.
    • hostOnly

      @SerializedName(value="hostOnly", alternate="HostOnly") @Expose @Nullable public Boolean 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 hostOrDomain
      The Host Or Domain. The URL of the cookie.
    • lastModifiedBy

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

      @SerializedName(value="path", alternate="Path") @Expose @Nullable public String path
      The Path. The path of the cookie.
    • publishedDateTime

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

      @SerializedName(value="sourceEnvironment", alternate="SourceEnvironment") @Expose @Nullable public BrowserSharedCookieSourceEnvironment sourceEnvironment
      The 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:
      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