public class Drive extends BaseItem implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
driveType
The Drive Type.
|
DriveItemCollectionPage |
following
The Following.
|
DriveItemCollectionPage |
items
The Items.
|
List |
list
The List.
|
IdentitySet |
owner
The Owner.
|
Quota |
quota
The Quota.
|
DriveItem |
root
The Root.
|
SharepointIds |
sharePointIds
The Share Point Ids.
|
DriveItemCollectionPage |
special
The Special.
|
SystemFacet |
system
The System.
|
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl| Constructor and Description |
|---|
Drive() |
| 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="driveType",
alternate="DriveType")
@Expose
public java.lang.String driveType
@SerializedName(value="owner",
alternate="Owner")
@Expose
public IdentitySet owner
@SerializedName(value="quota",
alternate="Quota")
@Expose
public Quota quota
@SerializedName(value="sharePointIds",
alternate="SharePointIds")
@Expose
public SharepointIds sharePointIds
@SerializedName(value="system",
alternate="System")
@Expose
public SystemFacet system
@SerializedName(value="following",
alternate="Following")
@Expose
public DriveItemCollectionPage following
@SerializedName(value="items",
alternate="Items")
@Expose
public DriveItemCollectionPage items
@SerializedName(value="list",
alternate="List")
@Expose
public List list
@SerializedName(value="root",
alternate="Root")
@Expose
public DriveItem root
@SerializedName(value="special",
alternate="Special")
@Expose
public DriveItemCollectionPage special
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