Class BrowserSiteList

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.BrowserSiteList
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class BrowserSiteList extends Entity implements com.microsoft.kiota.serialization.Parsable
A singleton entity which is used to specify IE mode site list metadata
  • Constructor Details

    • BrowserSiteList

      public BrowserSiteList()
      Instantiates a new BrowserSiteList and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static BrowserSiteList createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a BrowserSiteList
    • getDescription

      @Nullable public String getDescription()
      Gets the description property value. The description of the site list.
      Returns:
      a String
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. The name of the site list.
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getLastModifiedBy

      @Nullable public IdentitySet getLastModifiedBy()
      Gets the lastModifiedBy property value. The user who last modified the site list.
      Returns:
      a IdentitySet
    • getLastModifiedDateTime

      @Nullable public OffsetDateTime getLastModifiedDateTime()
      Gets the lastModifiedDateTime property value. The date and time when the site list was last modified.
      Returns:
      a OffsetDateTime
    • getPublishedBy

      @Nullable public IdentitySet getPublishedBy()
      Gets the publishedBy property value. The user who published the site list.
      Returns:
      a IdentitySet
    • getPublishedDateTime

      @Nullable public OffsetDateTime getPublishedDateTime()
      Gets the publishedDateTime property value. The date and time when the site list was published.
      Returns:
      a OffsetDateTime
    • getRevision

      @Nullable public String getRevision()
      Gets the revision property value. The current revision of the site list.
      Returns:
      a String
    • getSharedCookies

      @Nullable public List<BrowserSharedCookie> getSharedCookies()
      Gets the sharedCookies property value. A collection of shared cookies defined for the site list.
      Returns:
      a List<BrowserSharedCookie>
    • getSites

      @Nullable public List<BrowserSite> getSites()
      Gets the sites property value. A collection of sites defined for the site list.
      Returns:
      a List<BrowserSite>
    • getStatus

      @Nullable public BrowserSiteListStatus getStatus()
      Gets the status property value. The status property
      Returns:
      a BrowserSiteListStatus
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the description property value. The description of the site list.
      Parameters:
      value - Value to set for the description property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. The name of the site list.
      Parameters:
      value - Value to set for the displayName property.
    • setLastModifiedBy

      public void setLastModifiedBy(@Nullable IdentitySet value)
      Sets the lastModifiedBy property value. The user who last modified the site list.
      Parameters:
      value - Value to set for the lastModifiedBy property.
    • setLastModifiedDateTime

      public void setLastModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the lastModifiedDateTime property value. The date and time when the site list was last modified.
      Parameters:
      value - Value to set for the lastModifiedDateTime property.
    • setPublishedBy

      public void setPublishedBy(@Nullable IdentitySet value)
      Sets the publishedBy property value. The user who published the site list.
      Parameters:
      value - Value to set for the publishedBy property.
    • setPublishedDateTime

      public void setPublishedDateTime(@Nullable OffsetDateTime value)
      Sets the publishedDateTime property value. The date and time when the site list was published.
      Parameters:
      value - Value to set for the publishedDateTime property.
    • setRevision

      public void setRevision(@Nullable String value)
      Sets the revision property value. The current revision of the site list.
      Parameters:
      value - Value to set for the revision property.
    • setSharedCookies

      public void setSharedCookies(@Nullable List<BrowserSharedCookie> value)
      Sets the sharedCookies property value. A collection of shared cookies defined for the site list.
      Parameters:
      value - Value to set for the sharedCookies property.
    • setSites

      public void setSites(@Nullable List<BrowserSite> value)
      Sets the sites property value. A collection of sites defined for the site list.
      Parameters:
      value - Value to set for the sites property.
    • setStatus

      public void setStatus(@Nullable BrowserSiteListStatus value)
      Sets the status property value. The status property
      Parameters:
      value - Value to set for the status property.