public class Drive extends BaseItem implements com.microsoft.graph.serializer.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 |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="driveType",
alternate="DriveType")
@Expose
@Nullable
public java.lang.String driveType
@SerializedName(value="owner",
alternate="Owner")
@Expose
@Nullable
public IdentitySet owner
@SerializedName(value="quota",
alternate="Quota")
@Expose
@Nullable
public Quota quota
@SerializedName(value="sharePointIds",
alternate="SharePointIds")
@Expose
@Nullable
public SharepointIds sharePointIds
@SerializedName(value="system",
alternate="System")
@Expose
@Nullable
public SystemFacet system
@SerializedName(value="following",
alternate="Following")
@Expose
@Nullable
public DriveItemCollectionPage following
@SerializedName(value="items",
alternate="Items")
@Expose
@Nullable
public DriveItemCollectionPage items
@SerializedName(value="list",
alternate="List")
@Expose
@Nullable
public List list
@SerializedName(value="root",
alternate="Root")
@Expose
@Nullable
public DriveItem root
@SerializedName(value="special",
alternate="Special")
@Expose
@Nullable
public DriveItemCollectionPage special
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class BaseItemserializer - the serializerjson - the JSON object to set this object to