public interface O365TeamFileResponse extends O365TeamItemResponse
Modifier and Type | Method and Description |
---|---|
Instant |
modified()
The Date and time of the last modification of the file.
|
String |
modifiedBy()
The name of the user who performed the latest modification of the file.
|
String |
name()
The file name.
|
Optional<String> |
parentId()
The parent folder ID of the sub file/folder.
|
long |
sizeBytes()
The file size.
|
String |
type()
The Type of the Microsoft Teams File (File, Folder).
|
String |
version()
The Version of the file in the backup.
|
nativeId
String name()
long sizeBytes()
String version()
String modifiedBy()
Instant modified()
String type()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.