Package com.microsoft.graph.models
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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BrowserSiteList
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the description property value.Gets the displayName property value.The deserialization information for the current modelGets the lastModifiedBy property value.Gets the lastModifiedDateTime property value.Gets the publishedBy property value.Gets the publishedDateTime property value.Gets the revision property value.Gets the sharedCookies property value.getSites()
Gets the sites property value.Gets the status property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setDescription
(String value) Sets the description property value.void
setDisplayName
(String value) Sets the displayName property value.void
setLastModifiedBy
(IdentitySet value) Sets the lastModifiedBy property value.void
Sets the lastModifiedDateTime property value.void
setPublishedBy
(IdentitySet value) Sets the publishedBy property value.void
Sets the publishedDateTime property value.void
setRevision
(String value) Sets the revision property value.void
setSharedCookies
(List<BrowserSharedCookie> value) Sets the sharedCookies property value.void
setSites
(List<BrowserSite> value) Sets the sites property value.void
setStatus
(BrowserSiteListStatus value) Sets the status property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
BrowserSiteList
public BrowserSiteList()Instantiates a newBrowserSiteList
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
Gets the description property value. The description of the site list.- Returns:
- a
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 interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- Returns:
- a
Map<String,
Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getLastModifiedBy
Gets the lastModifiedBy property value. The user who last modified the site list.- Returns:
- a
IdentitySet
-
getLastModifiedDateTime
Gets the lastModifiedDateTime property value. The date and time when the site list was last modified.- Returns:
- a
OffsetDateTime
-
getPublishedBy
Gets the publishedBy property value. The user who published the site list.- Returns:
- a
IdentitySet
-
getPublishedDateTime
Gets the publishedDateTime property value. The date and time when the site list was published.- Returns:
- a
OffsetDateTime
-
getRevision
Gets the revision property value. The current revision of the site list.- Returns:
- a
String
-
getSites
Gets the sites property value. A collection of sites defined for the site list.- Returns:
- a
List<BrowserSite>
-
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 -
setDescription
Sets the description property value. The description of the site list.- Parameters:
value
- Value to set for the description property.
-
setDisplayName
Sets the displayName property value. The name of the site list.- Parameters:
value
- Value to set for the displayName property.
-
setLastModifiedBy
Sets the lastModifiedBy property value. The user who last modified the site list.- Parameters:
value
- Value to set for the lastModifiedBy property.
-
setLastModifiedDateTime
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
Sets the publishedBy property value. The user who published the site list.- Parameters:
value
- Value to set for the publishedBy property.
-
setPublishedDateTime
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
Sets the revision property value. The current revision of the site list.- Parameters:
value
- Value to set for the revision property.
-
setSites
Sets the sites property value. A collection of sites defined for the site list.- Parameters:
value
- Value to set for the sites property.
-
setStatus
Sets the status property value. The status property- Parameters:
value
- Value to set for the status property.
-