Class BatchFileInfo
- java.lang.Object
-
- org.nuxeo.ecm.automation.server.jaxrs.batch.handler.BatchFileInfo
-
public class BatchFileInfo extends Object
Structure that holds metadata about an uploaded file through a batch.- Since:
- 10.1
-
-
Constructor Summary
Constructors Constructor Description BatchFileInfo(String key, String filename, String mimeType, long length, String md5)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
String
getKey()
long
getLength()
String
getMd5()
String
getMimeType()
-