Class BrowserSharedCookie

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

public class BrowserSharedCookie extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Browser Shared Cookie.
  • Field Details

    • comment

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

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time when the shared cookie was created.
    • deletedDateTime

      @SerializedName(value="deletedDateTime", alternate="DeletedDateTime") @Expose @Nullable public OffsetDateTime deletedDateTime
      The Deleted Date Time. The date and time when the shared cookie was deleted.
    • displayName

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

      @SerializedName(value="history", alternate="History") @Expose @Nullable public List<BrowserSharedCookieHistory> history
      The History. The history of modifications applied to 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.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time when the cookie was last modified.
    • path

      @SerializedName(value="path", alternate="Path") @Expose @Nullable public String path
      The Path. The path of the cookie.
    • 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.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public BrowserSharedCookieStatus status
      The Status. The status of the cookie. The possible values are: published, pendingAdd, pendingEdit, pendingDelete, unknownFutureValue.
  • Constructor Details

    • BrowserSharedCookie

      public BrowserSharedCookie()
  • 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