Class FileContent
- java.lang.Object
-
- org.activiti.cloud.services.common.file.FileContent
-
public class FileContent extends Object
Generic file content
-
-
Constructor Summary
Constructors Constructor Description FileContent(String filename, String contentType, byte[] fileContent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentType()byte[]getFileContent()StringgetFilename()booleanisJson()StringtoString()
-