Class ListItemVersion.ListItemVersionBuilder
java.lang.Object
com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
- Enclosing class:
ListItemVersion
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
connection
(OneDriveConnection connection) The OneDrive API connection.The key is the name of the column, the value is the associated value of the columns set on this list item.The version identifier.lastModifiedBy
(IdentitySet lastModifiedBy) The user who last modified the version.lastModifiedDateTime
(String lastModifiedDateTime) The timestamp of when the version was last modifed.The associated list identifier.listItemId
(String listItemId) The associated list item identifier.published
(PublicationFacet published) Describes the publication status of a version.The associated site identifier.toString()
-
Method Details
-
fields
The key is the name of the column, the value is the associated value of the columns set on this list item.- Returns:
this
.
-
id
The version identifier.- Returns:
this
.
-
lastModifiedBy
The user who last modified the version.- Returns:
this
.
-
lastModifiedDateTime
The timestamp of when the version was last modifed.- Returns:
this
.
-
published
Describes the publication status of a version.- Returns:
this
.
-
siteId
The associated site identifier.- Returns:
this
.
-
listId
The associated list identifier.- Returns:
this
.
-
listItemId
The associated list item identifier.- Returns:
this
.
-
connection
The OneDrive API connection.- Returns:
this
.
-
build
-
toString
-