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") @Expose public ContentTypeInfo contentType
@SerializedName(value="sharepointIds") @Expose public SharepointIds sharepointIds
@SerializedName(value="analytics") @Expose public ItemAnalytics analytics
@SerializedName(value="driveItem") @Expose public DriveItem driveItem
@SerializedName(value="fields") @Expose public FieldValueSet fields
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