public class SharedDriveItem extends BaseItem implements com.microsoft.graph.serializer.IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
DriveItem |
driveItem
The Drive Item.
|
DriveItemCollectionPage |
items
The Items.
|
List |
list
The List.
|
ListItem |
listItem
The List Item.
|
IdentitySet |
owner
The Owner.
|
Permission |
permission
The Permission.
|
DriveItem |
root
The Root.
|
Site |
site
The Site.
|
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl
Constructor and Description |
---|
SharedDriveItem() |
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="owner", alternate="Owner") @Expose @Nullable public IdentitySet owner
@SerializedName(value="driveItem", alternate="DriveItem") @Expose @Nullable public DriveItem driveItem
@SerializedName(value="items", alternate="Items") @Expose @Nullable public DriveItemCollectionPage items
@SerializedName(value="list", alternate="List") @Expose @Nullable public List list
@SerializedName(value="listItem", alternate="ListItem") @Expose @Nullable public ListItem listItem
@SerializedName(value="permission", alternate="Permission") @Expose @Nullable public Permission permission
@SerializedName(value="root", alternate="Root") @Expose @Nullable public DriveItem root
@SerializedName(value="site", alternate="Site") @Expose @Nullable public Site site
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