Package com.microsoft.graph.models
Class ListItem
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.BaseItem
com.microsoft.graph.models.ListItem
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the List Item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Analytics.The Content Type.The Document Set Versions.The Drive Item.The Fields.The Sharepoint Ids.The Versions.Fields inherited from class com.microsoft.graph.models.BaseItem
createdBy, createdByUser, createdDateTime, description, eTag, lastModifiedBy, lastModifiedByUser, lastModifiedDateTime, name, parentReference, webUrl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
contentType
@SerializedName(value="contentType", alternate="ContentType") @Expose @Nullable public ContentTypeInfo contentTypeThe Content Type. The content type of this list item -
analytics
@SerializedName(value="analytics", alternate="Analytics") @Expose @Nullable public ItemAnalytics analyticsThe Analytics. Analytics about the view activities that took place on this item. -
documentSetVersions
@SerializedName(value="documentSetVersions", alternate="DocumentSetVersions") @Expose @Nullable public DocumentSetVersionCollectionPage documentSetVersionsThe Document Set Versions. Version information for a document set version created by a user. -
driveItem
@SerializedName(value="driveItem", alternate="DriveItem") @Expose @Nullable public DriveItem driveItemThe Drive Item. For document libraries, the driveItem relationship exposes the listItem as a [driveItem][] -
fields
The Fields. The values of the columns set on this list item. -
versions
@SerializedName(value="versions", alternate="Versions") @Expose @Nullable public ListItemVersionCollectionPage versionsThe Versions. The list of previous versions of the list item.
-
-
Constructor Details
-
ListItem
public ListItem()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classBaseItem- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-