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.
|
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") @Expose public Audio audio
@SerializedName(value="cTag") @Expose public java.lang.String cTag
@SerializedName(value="deleted") @Expose public Deleted deleted
@SerializedName(value="file") @Expose public File file
@SerializedName(value="fileSystemInfo") @Expose public FileSystemInfo fileSystemInfo
@SerializedName(value="folder") @Expose public Folder folder
@SerializedName(value="image") @Expose public Image image
@SerializedName(value="location") @Expose public GeoCoordinates location
@SerializedName(value="package") @Expose public Package msgraphpackage
@SerializedName(value="photo") @Expose public Photo photo
@SerializedName(value="publication") @Expose public PublicationFacet publication
@SerializedName(value="remoteItem") @Expose public RemoteItem remoteItem
@SerializedName(value="root") @Expose public Root root
@SerializedName(value="searchResult") @Expose public SearchResult searchResult
@SerializedName(value="shared") @Expose public Shared shared
@SerializedName(value="sharepointIds") @Expose public SharepointIds sharepointIds
@SerializedName(value="size") @Expose public java.lang.Long size
@SerializedName(value="specialFolder") @Expose public SpecialFolder specialFolder
@SerializedName(value="video") @Expose public Video video
@SerializedName(value="webDavUrl") @Expose public java.lang.String webDavUrl
@SerializedName(value="analytics") @Expose public ItemAnalytics analytics
public DriveItemCollectionPage children
@SerializedName(value="listItem") @Expose public ListItem listItem
public PermissionCollectionPage permissions
public SubscriptionCollectionPage subscriptions
public ThumbnailSetCollectionPage thumbnails
public DriveItemVersionCollectionPage versions
@SerializedName(value="workbook") @Expose public Workbook workbook
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