Interface O365TeamFileResponse
- All Superinterfaces:
O365TeamItemResponse
- All Known Implementing Classes:
ImmutableO365TeamFileResponse
O365 Team file response.
- Author:
- Sachin Mittal
-
Method Summary
Modifier and TypeMethodDescriptionmodified()The Date and time of the last modification of the file.The name of the user who performed the latest modification of the file.name()The file name.parentId()The parent folder ID of the sub file/folder.longThe file size.type()The Type of the Microsoft Teams File (File, Folder).version()The Version of the file in the backup.Methods inherited from interface com.iland.core.web.rest.response.vbo.O365TeamItemResponse
nativeId
-
Method Details
-
name
String name()The file name. -
sizeBytes
long sizeBytes()The file size. -
version
String version()The Version of the file in the backup. -
modifiedBy
String modifiedBy()The name of the user who performed the latest modification of the file. -
modified
Instant modified()The Date and time of the last modification of the file. -
parentId
The parent folder ID of the sub file/folder. -
type
String type()The Type of the Microsoft Teams File (File, Folder).
-