public class SharedDriveItem extends BaseItem implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
DriveItem |
driveItem
The Drive Item.
|
DriveItemCollectionPage |
items
The Items.
|
List |
list
The List.
|
ListItem |
listItem
The List Item.
|
IdentitySet |
owner
The Owner.
|
DriveItem |
root
The Root.
|
Site |
site
The Site.
|
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl| Constructor and Description |
|---|
SharedDriveItem() |
| 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="owner") @Expose public IdentitySet owner
@SerializedName(value="driveItem") @Expose public DriveItem driveItem
public DriveItemCollectionPage items
@SerializedName(value="list") @Expose public List list
@SerializedName(value="listItem") @Expose public ListItem listItem
@SerializedName(value="root") @Expose public DriveItem root
@SerializedName(value="site") @Expose public Site site
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