public class RemoteItem extends java.lang.Object implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
IdentitySet |
createdBy
The Created By.
|
java.util.Calendar |
createdDateTime
The Created Date Time.
|
File |
file
The File.
|
FileSystemInfo |
fileSystemInfo
The File System Info.
|
Folder |
folder
The Folder.
|
java.lang.String |
id
The Id.
|
IdentitySet |
lastModifiedBy
The Last Modified By.
|
java.util.Calendar |
lastModifiedDateTime
The Last Modified Date Time.
|
Package |
msgraphpackage
The Package.
|
java.lang.String |
name
The Name.
|
java.lang.String |
oDataType |
ItemReference |
parentReference
The Parent Reference.
|
Shared |
shared
The Shared.
|
SharepointIds |
sharepointIds
The Sharepoint Ids.
|
java.lang.Long |
size
The Size.
|
SpecialFolder |
specialFolder
The Special Folder.
|
java.lang.String |
webDavUrl
The Web Dav Url.
|
java.lang.String |
webUrl
The Web Url.
|
| Constructor and Description |
|---|
RemoteItem() |
| Modifier and Type | Method and Description |
|---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
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
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="createdBy") @Expose public IdentitySet createdBy
@SerializedName(value="createdDateTime") @Expose public java.util.Calendar createdDateTime
@SerializedName(value="file") @Expose public File file
@SerializedName(value="fileSystemInfo") @Expose public FileSystemInfo fileSystemInfo
@SerializedName(value="folder") @Expose public Folder folder
@SerializedName(value="id") @Expose public java.lang.String id
@SerializedName(value="lastModifiedBy") @Expose public IdentitySet lastModifiedBy
@SerializedName(value="lastModifiedDateTime") @Expose public java.util.Calendar lastModifiedDateTime
@SerializedName(value="name") @Expose public java.lang.String name
@SerializedName(value="package") @Expose public Package msgraphpackage
@SerializedName(value="parentReference") @Expose public ItemReference parentReference
@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="webDavUrl") @Expose public java.lang.String webDavUrl
@SerializedName(value="webUrl") @Expose public java.lang.String webUrl
public final AdditionalDataManager additionalDataManager()
IJsonBackedObjectadditionalDataManager in interface IJsonBackedObjectpublic 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