public class DriveItem extends BaseItem implements com.microsoft.graph.serializer.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 |
---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager
@SerializedName(value="audio", alternate="Audio") @Expose @Nullable public Audio audio
@SerializedName(value="cTag", alternate="CTag") @Expose @Nullable public java.lang.String cTag
@SerializedName(value="deleted", alternate="Deleted") @Expose @Nullable public Deleted deleted
@SerializedName(value="file", alternate="File") @Expose @Nullable public File file
@SerializedName(value="fileSystemInfo", alternate="FileSystemInfo") @Expose @Nullable public FileSystemInfo fileSystemInfo
@SerializedName(value="folder", alternate="Folder") @Expose @Nullable public Folder folder
@SerializedName(value="image", alternate="Image") @Expose @Nullable public Image image
@SerializedName(value="location", alternate="Location") @Expose @Nullable public GeoCoordinates location
@SerializedName(value="package", alternate="Package") @Expose @Nullable public Package msgraphPackage
@SerializedName(value="pendingOperations", alternate="PendingOperations") @Expose @Nullable public PendingOperations pendingOperations
@SerializedName(value="photo", alternate="Photo") @Expose @Nullable public Photo photo
@SerializedName(value="publication", alternate="Publication") @Expose @Nullable public PublicationFacet publication
@SerializedName(value="remoteItem", alternate="RemoteItem") @Expose @Nullable public RemoteItem remoteItem
@SerializedName(value="root", alternate="Root") @Expose @Nullable public Root root
@SerializedName(value="searchResult", alternate="SearchResult") @Expose @Nullable public SearchResult searchResult
@SerializedName(value="shared", alternate="Shared") @Expose @Nullable public Shared shared
@SerializedName(value="sharepointIds", alternate="SharepointIds") @Expose @Nullable public SharepointIds sharepointIds
@SerializedName(value="size", alternate="Size") @Expose @Nullable public java.lang.Long size
@SerializedName(value="specialFolder", alternate="SpecialFolder") @Expose @Nullable public SpecialFolder specialFolder
@SerializedName(value="video", alternate="Video") @Expose @Nullable public Video video
@SerializedName(value="webDavUrl", alternate="WebDavUrl") @Expose @Nullable public java.lang.String webDavUrl
@SerializedName(value="workbook", alternate="Workbook") @Expose @Nullable public Workbook workbook
@SerializedName(value="analytics", alternate="Analytics") @Expose @Nullable public ItemAnalytics analytics
@SerializedName(value="children", alternate="Children") @Expose @Nullable public DriveItemCollectionPage children
@SerializedName(value="listItem", alternate="ListItem") @Expose @Nullable public ListItem listItem
@SerializedName(value="permissions", alternate="Permissions") @Expose @Nullable public PermissionCollectionPage permissions
@SerializedName(value="subscriptions", alternate="Subscriptions") @Expose @Nullable public SubscriptionCollectionPage subscriptions
@SerializedName(value="thumbnails", alternate="Thumbnails") @Expose @Nullable public ThumbnailSetCollectionPage thumbnails
@SerializedName(value="versions", alternate="Versions") @Expose @Nullable public DriveItemVersionCollectionPage versions
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
setRawObject
in interface com.microsoft.graph.serializer.IJsonBackedObject
setRawObject
in class BaseItem
serializer
- the serializerjson
- the JSON object to set this object to