public class FileInfo extends Object
| Constructor and Description |
|---|
FileInfo(org.bson.types.ObjectId objectId,
String fileName,
String filePath,
Long fileLength,
String contentType,
UUID projectUuid,
String userName,
UUID userId,
Date uploadDate,
InputStream inputStream)
Constructor from not all fields provided.
|
FileInfo(org.bson.types.ObjectId objectId,
String fileName,
String filePath,
String contentType,
UUID projectUuid,
InputStream inputStream,
FileEventType eventType)
Constructor from not all fields provided.
|
public FileInfo(org.bson.types.ObjectId objectId,
String fileName,
String filePath,
String contentType,
UUID projectUuid,
InputStream inputStream,
FileEventType eventType)
Copyright © 2025. All rights reserved.