public class ListItem extends BaseItem implements 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 |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="contentType",
alternate="ContentType")
@Expose
public ContentTypeInfo contentType
@SerializedName(value="sharepointIds",
alternate="SharepointIds")
@Expose
public SharepointIds sharepointIds
@SerializedName(value="analytics",
alternate="Analytics")
@Expose
public ItemAnalytics analytics
@SerializedName(value="driveItem",
alternate="DriveItem")
@Expose
public DriveItem driveItem
@SerializedName(value="fields",
alternate="Fields")
@Expose
public FieldValueSet fields
@SerializedName(value="versions",
alternate="Versions")
@Expose
public ListItemVersionCollectionPage versions
public com.google.gson.JsonObject getRawObject()
getRawObject in class BaseItemprotected ISerializer getSerializer()
getSerializer in class BaseItempublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class BaseItemserializer - the serializerjson - the JSON object to set this object to