RestFileInfo(long lastModified,
long creationTime,
long lastAccessTime,
long size,
String mimeType,
String name,
String fileKey,
boolean directory,
boolean other,
boolean regularFile,
boolean symbolicLink,
boolean versionedFile,
List<RestFileInfo> children) |
RestFileInfo(Path file,
BasicFileAttributes fileAttributes,
boolean isVersionedFile,
List<RestFileInfo> children) |
Version(long lastModified,
long creationTime,
long lastAccessTime,
long size,
String mimeType,
String name,
String fileKey,
boolean directory,
boolean other,
boolean regularFile,
boolean symbolicLink,
boolean versionedFile,
List<RestFileInfo> children,
int version) |
Version(long lastModified,
long creationTime,
long lastAccessTime,
long size,
String mimeType,
String name,
String fileKey,
boolean directory,
boolean other,
boolean regularFile,
boolean symbolicLink,
boolean versionedFile,
List<RestFileInfo> children,
int version,
boolean hidden,
String comment) |