public class ListItem extends BaseItem implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
ItemAnalytics |
analytics
The Analytics.
|
ContentTypeInfo |
contentType
The Content Type.
|
DriveItem |
driveItem
The Drive Item.
|
FieldValueSet |
fields
The Fields.
|
SharepointIds |
sharepointIds
The Sharepoint Ids.
|
ListItemVersionCollectionPage |
versions
The Versions.
|
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl
Constructor and Description |
---|
ListItem() |
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="contentType", alternate="ContentType") @Expose @Nullable public ContentTypeInfo contentType
@SerializedName(value="sharepointIds", alternate="SharepointIds") @Expose @Nullable public SharepointIds sharepointIds
@SerializedName(value="analytics", alternate="Analytics") @Expose @Nullable public ItemAnalytics analytics
@SerializedName(value="driveItem", alternate="DriveItem") @Expose @Nullable public DriveItem driveItem
@SerializedName(value="fields", alternate="Fields") @Expose @Nullable public FieldValueSet fields
@SerializedName(value="versions", alternate="Versions") @Expose @Nullable public ListItemVersionCollectionPage versions
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 BaseItem
serializer
- the serializerjson
- the JSON object to set this object to