public class SharepointIds
extends java.lang.Object
implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
listId
The List Id.
|
java.lang.String |
listItemId
The List Item Id.
|
java.lang.String |
listItemUniqueId
The List Item Unique Id.
|
java.lang.String |
oDataType
the OData type of the object as returned by the service
|
java.lang.String |
siteId
The Site Id.
|
java.lang.String |
siteUrl
The Site Url.
|
java.lang.String |
tenantId
The Tenant Id.
|
java.lang.String |
webId
The Web Id.
|
| Constructor and Description |
|---|
SharepointIds() |
| 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="listId",
alternate="ListId")
@Expose
@Nullable
public java.lang.String listId
@SerializedName(value="listItemId",
alternate="ListItemId")
@Expose
@Nullable
public java.lang.String listItemId
@SerializedName(value="listItemUniqueId",
alternate="ListItemUniqueId")
@Expose
@Nullable
public java.lang.String listItemUniqueId
@SerializedName(value="siteId",
alternate="SiteId")
@Expose
@Nullable
public java.lang.String siteId
@SerializedName(value="siteUrl",
alternate="SiteUrl")
@Expose
@Nullable
public java.lang.String siteUrl
@SerializedName(value="tenantId",
alternate="TenantId")
@Expose
@Nullable
public java.lang.String tenantId
@SerializedName(value="webId",
alternate="WebId")
@Expose
@Nullable
public java.lang.String webId
@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