public class BaseItem extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
Audio |
audio
The Audio.
|
ItemCollectionPage |
children
The Children.
|
IdentitySet |
createdBy
The Created By.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
java.lang.String |
cTag
The CTag.
|
Deleted |
deleted
The Deleted.
|
java.lang.String |
description
The Description.
|
java.lang.String |
eTag
The ETag.
|
File |
file
The File.
|
FileSystemInfo |
fileSystemInfo
The File System Info.
|
Folder |
folder
The Folder.
|
java.lang.String |
id
The Id.
|
Image |
image
The Image.
|
IdentitySet |
lastModifiedBy
The Last Modified By.
|
java.util.Calendar |
lastModifiedDateTime
The Last Modified Date Time.
|
Location |
location
The Location.
|
java.lang.String |
name
The Name.
|
OpenWithSet |
openWith
The Open With.
|
ItemReference |
parentReference
The Parent Reference.
|
PermissionCollectionPage |
permissions
The Permissions.
|
Photo |
photo
The Photo.
|
Item |
remoteItem
The Remote Item.
|
SearchResult |
searchResult
The Search Result.
|
Shared |
shared
The Shared.
|
java.lang.Long |
size
The Size.
|
SpecialFolder |
specialFolder
The Special Folder.
|
ThumbnailSetCollectionPage |
thumbnails
The Thumbnails.
|
ItemCollectionPage |
versions
The Versions.
|
Video |
video
The Video.
|
java.lang.String |
webUrl
The Web Url.
|
| Constructor and Description |
|---|
BaseItem() |
| 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
|
public IdentitySet createdBy
public java.util.Calendar createdDateTime
public java.lang.String cTag
public java.lang.String description
public java.lang.String eTag
public java.lang.String id
public IdentitySet lastModifiedBy
public java.util.Calendar lastModifiedDateTime
public java.lang.String name
public ItemReference parentReference
public java.lang.Long size
public java.lang.String webUrl
public Audio audio
public Deleted deleted
public File file
public FileSystemInfo fileSystemInfo
public Folder folder
public Image image
public Location location
public OpenWithSet openWith
public Photo photo
public Item remoteItem
public SearchResult searchResult
public Shared shared
public SpecialFolder specialFolder
public Video video
public transient PermissionCollectionPage permissions
public transient ItemCollectionPage versions
public transient ItemCollectionPage children
public transient ThumbnailSetCollectionPage thumbnails
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectserializer - The serializerjson - The json object to set this object to