public class ItemReference
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
driveId
The Drive Id.
|
java.lang.String |
driveType
The Drive Type.
|
java.lang.String |
id
The Id.
|
java.lang.String |
name
The Name.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
path
The Path.
|
java.lang.String |
shareId
The Share Id.
|
SharepointIds |
sharepointIds
The Sharepoint Ids.
|
java.lang.String |
siteId
The Site Id.
|
| Constructor and Description |
|---|
ItemReference() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.serializer.AdditionalDataManager |
additionalDataManager() |
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose @Nullable public java.lang.String oDataType
@SerializedName(value="driveId",
alternate="DriveId")
@Expose
@Nullable
public java.lang.String driveId
@SerializedName(value="driveType",
alternate="DriveType")
@Expose
@Nullable
public java.lang.String driveType
@SerializedName(value="id",
alternate="Id")
@Expose
@Nullable
public java.lang.String id
@SerializedName(value="name",
alternate="Name")
@Expose
@Nullable
public java.lang.String name
@SerializedName(value="path",
alternate="Path")
@Expose
@Nullable
public java.lang.String path
@SerializedName(value="shareId",
alternate="ShareId")
@Expose
@Nullable
public java.lang.String shareId
@SerializedName(value="sharepointIds",
alternate="SharepointIds")
@Expose
@Nullable
public SharepointIds sharepointIds
@SerializedName(value="siteId",
alternate="SiteId")
@Expose
@Nullable
public java.lang.String siteId
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObjectpublic void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectserializer - the serializerjson - the JSON object to set this object to