Class BrowserSiteList

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

public class BrowserSiteList extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Browser Site List.
  • Field Details

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description of the site list.
    • displayName

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

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

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

      @SerializedName(value="publishedBy", alternate="PublishedBy") @Expose @Nullable public IdentitySet publishedBy
      The Published By. The user who published the site list.
    • publishedDateTime

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

      @SerializedName(value="revision", alternate="Revision") @Expose @Nullable public String revision
      The Revision. The current revision of the site list.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public BrowserSiteListStatus status
      The Status. The current status of the site list. The possible values are: draft, published, pending, unknownFutureValue.
    • sharedCookies

      @SerializedName(value="sharedCookies", alternate="SharedCookies") @Expose @Nullable public BrowserSharedCookieCollectionPage sharedCookies
      The Shared Cookies. A collection of shared cookies defined for the site list.
    • sites

      @SerializedName(value="sites", alternate="Sites") @Expose @Nullable public BrowserSiteCollectionPage sites
      The Sites. A collection of sites defined for the site list.
  • Constructor Details

    • BrowserSiteList

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