public class Drive extends BaseItem implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
driveType
The Drive Type.
|
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") @Expose public java.lang.String driveType
@SerializedName(value="owner") @Expose public IdentitySet owner
@SerializedName(value="quota") @Expose public Quota quota
@SerializedName(value="sharePointIds") @Expose public SharepointIds sharePointIds
@SerializedName(value="system") @Expose public SystemFacet system
public DriveItemCollectionPage items
@SerializedName(value="list") @Expose public List list
@SerializedName(value="root") @Expose public DriveItem root
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