Package org.alfresco.rest.api.model
Class ContentInfo
- java.lang.Object
-
- org.alfresco.rest.api.model.ContentInfo
-
public class ContentInfo extends Object
Representation of content info- Author:
- janv
-
-
Constructor Summary
Constructors Constructor Description ContentInfo()
ContentInfo(String mimeType, String mimeTypeName, Long sizeInBytes, String encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEncoding()
String
getMimeType()
String
getMimeTypeName()
Long
getSizeInBytes()
void
setMimeType(String mimeType)
String
toString()
-