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