Modifier and Type | Field and Description |
---|---|
IdentitySet |
createdBy
The Created By.
|
User |
createdByUser
The Created By User.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.String |
description
The Description.
|
java.lang.String |
eTag
The ETag.
|
IdentitySet |
lastModifiedBy
The Last Modified By.
|
User |
lastModifiedByUser
The Last Modified By User.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.lang.String |
name
The Name.
|
ItemReference |
parentReference
The Parent Reference.
|
java.lang.String |
webUrl
The Web Url.
|
Constructor and Description |
---|
BaseItem() |
Modifier and Type | Method and Description |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public java.time.OffsetDateTime createdDateTime
@SerializedName(value="description", alternate="Description") @Expose @Nullable public java.lang.String description
@SerializedName(value="eTag", alternate="ETag") @Expose @Nullable public java.lang.String eTag
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedBy
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="name", alternate="Name") @Expose @Nullable public java.lang.String name
@SerializedName(value="parentReference", alternate="ParentReference") @Expose @Nullable public ItemReference parentReference
@SerializedName(value="webUrl", alternate="WebUrl") @Expose @Nullable public java.lang.String webUrl
@SerializedName(value="createdByUser", alternate="CreatedByUser") @Expose @Nullable public User createdByUser
@SerializedName(value="lastModifiedByUser", alternate="LastModifiedByUser") @Expose @Nullable public User lastModifiedByUser
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class Entity
serializer
- the serializerjson
- the JSON object to set this object to