Class FileSystemInfo.FileSystemInfoBuilder
java.lang.Object
com.amilesend.onedrive.resource.item.type.FileSystemInfo.FileSystemInfoBuilder
- Enclosing class:
FileSystemInfo
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdDateTime(String createdDateTime) The date and time the file was created on the client (in UTC).lastAccessedDateTime(String lastAccessedDateTime) The date and time the file was last accessed on the client (in UTC).lastModifiedDateTime(String lastModifiedDateTime) The date and time the file was last modified on the client (in UTC).toString()
-
Method Details
-
createdDateTime
The date and time the file was created on the client (in UTC).- Returns:
this.
-
lastAccessedDateTime
The date and time the file was last accessed on the client (in UTC).- Returns:
this.
-
lastModifiedDateTime
The date and time the file was last modified on the client (in UTC).- Returns:
this.
-
build
-
toString
-