Class DriveItemVersion.DriveItemVersionBuilder
java.lang.Object
com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
- Enclosing class:
DriveItemVersion
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
connection
(OneDriveConnection connection) driveItemId
(String driveItemId) The associated item identifier for the version.The version identifier.lastModifiedBy
(IdentitySet lastModifiedBy) The identity of whom last modified the version.lastModifiedDateTime
(String lastModifiedDateTime) The date and time of when the version was last modified.The name of the item associated with the version.publication
(PublicationFacet publication) Describes the published status of the version.size
(long size) The size in bytes of the version.toString()
-
Method Details
-
id
The version identifier.- Returns:
this
.
-
lastModifiedBy
The identity of whom last modified the version.- Returns:
this
.
-
lastModifiedDateTime
The date and time of when the version was last modified.- Returns:
this
.
-
publication
Describes the published status of the version.- Returns:
this
.
-
size
The size in bytes of the version.- Returns:
this
.
-
name
The name of the item associated with the version.- Returns:
this
.
-
driveItemId
The associated item identifier for the version.- Returns:
this
.
-
connection
- Returns:
this
.
-
build
-
toString
-