public class DriveItem extends BaseItem implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
ItemAnalytics |
analytics
The Analytics.
|
Audio |
audio
The Audio.
|
DriveItemCollectionPage |
children
The Children.
|
java.lang.String |
cTag
The CTag.
|
Deleted |
deleted
The Deleted.
|
File |
file
The File.
|
FileSystemInfo |
fileSystemInfo
The File System Info.
|
Folder |
folder
The Folder.
|
Image |
image
The Image.
|
ListItem |
listItem
The List Item.
|
GeoCoordinates |
location
The Location.
|
Package |
msgraphPackage
The Package.
|
PendingOperations |
pendingOperations
The Pending Operations.
|
PermissionCollectionPage |
permissions
The Permissions.
|
Photo |
photo
The Photo.
|
PublicationFacet |
publication
The Publication.
|
RemoteItem |
remoteItem
The Remote Item.
|
Root |
root
The Root.
|
SearchResult |
searchResult
The Search Result.
|
Shared |
shared
The Shared.
|
SharepointIds |
sharepointIds
The Sharepoint Ids.
|
java.lang.Long |
size
The Size.
|
SpecialFolder |
specialFolder
The Special Folder.
|
SubscriptionCollectionPage |
subscriptions
The Subscriptions.
|
ThumbnailSetCollectionPage |
thumbnails
The Thumbnails.
|
DriveItemVersionCollectionPage |
versions
The Versions.
|
Video |
video
The Video.
|
java.lang.String |
webDavUrl
The Web Dav Url.
|
Workbook |
workbook
The Workbook.
|
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl| Constructor and Description |
|---|
DriveItem() |
| 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="audio",
alternate="Audio")
@Expose
public Audio audio
@SerializedName(value="cTag",
alternate="CTag")
@Expose
public java.lang.String cTag
@SerializedName(value="deleted",
alternate="Deleted")
@Expose
public Deleted deleted
@SerializedName(value="file",
alternate="File")
@Expose
public File file
@SerializedName(value="fileSystemInfo",
alternate="FileSystemInfo")
@Expose
public FileSystemInfo fileSystemInfo
@SerializedName(value="folder",
alternate="Folder")
@Expose
public Folder folder
@SerializedName(value="image",
alternate="Image")
@Expose
public Image image
@SerializedName(value="location",
alternate="Location")
@Expose
public GeoCoordinates location
@SerializedName(value="package",
alternate="Package")
@Expose
public Package msgraphPackage
@SerializedName(value="pendingOperations",
alternate="PendingOperations")
@Expose
public PendingOperations pendingOperations
@SerializedName(value="photo",
alternate="Photo")
@Expose
public Photo photo
@SerializedName(value="publication",
alternate="Publication")
@Expose
public PublicationFacet publication
@SerializedName(value="remoteItem",
alternate="RemoteItem")
@Expose
public RemoteItem remoteItem
@SerializedName(value="root",
alternate="Root")
@Expose
public Root root
@SerializedName(value="searchResult",
alternate="SearchResult")
@Expose
public SearchResult searchResult
@SerializedName(value="shared",
alternate="Shared")
@Expose
public Shared shared
@SerializedName(value="sharepointIds",
alternate="SharepointIds")
@Expose
public SharepointIds sharepointIds
@SerializedName(value="size",
alternate="Size")
@Expose
public java.lang.Long size
@SerializedName(value="specialFolder",
alternate="SpecialFolder")
@Expose
public SpecialFolder specialFolder
@SerializedName(value="video",
alternate="Video")
@Expose
public Video video
@SerializedName(value="webDavUrl",
alternate="WebDavUrl")
@Expose
public java.lang.String webDavUrl
@SerializedName(value="workbook",
alternate="Workbook")
@Expose
public Workbook workbook
@SerializedName(value="analytics",
alternate="Analytics")
@Expose
public ItemAnalytics analytics
@SerializedName(value="children",
alternate="Children")
@Expose
public DriveItemCollectionPage children
@SerializedName(value="listItem",
alternate="ListItem")
@Expose
public ListItem listItem
@SerializedName(value="permissions",
alternate="Permissions")
@Expose
public PermissionCollectionPage permissions
@SerializedName(value="subscriptions",
alternate="Subscriptions")
@Expose
public SubscriptionCollectionPage subscriptions
@SerializedName(value="thumbnails",
alternate="Thumbnails")
@Expose
public ThumbnailSetCollectionPage thumbnails
@SerializedName(value="versions",
alternate="Versions")
@Expose
public DriveItemVersionCollectionPage 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