Interface O365TeamFileResponse

All Superinterfaces:
O365TeamItemResponse
All Known Implementing Classes:
ImmutableO365TeamFileResponse

public interface O365TeamFileResponse extends O365TeamItemResponse
O365 Team file response.
Author:
Sachin Mittal
  • Method Summary

    Modifier and Type
    Method
    Description
    The Date and time of the last modification of the file.
    The name of the user who performed the latest modification of the file.
    The file name.
    The parent folder ID of the sub file/folder.
    long
    The file size.
    The Type of the Microsoft Teams File (File, Folder).
    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

      Optional<String> parentId()
      The parent folder ID of the sub file/folder.
    • type

      String type()
      The Type of the Microsoft Teams File (File, Folder).