Class FileSystemInfo

java.lang.Object
com.amilesend.onedrive.resource.item.type.FileSystemInfo

public class FileSystemInfo extends Object
Describes drive (client-side) properties of the local version of a drive item.

API Documentation.

See Also:
  • Method Details

    • builder

      public static FileSystemInfo.FileSystemInfoBuilder builder()
    • getCreatedDateTime

      public String getCreatedDateTime()
      The date and time the file was created on the client (in UTC).
    • getLastAccessedDateTime

      public String getLastAccessedDateTime()
      The date and time the file was last accessed on the client (in UTC).
    • getLastModifiedDateTime

      public String getLastModifiedDateTime()
      The date and time the file was last modified on the client (in UTC).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object