Package com.adobe.cq.dam.cfm
Interface VersionedContent
-
public interface VersionedContent
Represents the content of a specific version of a content item (be it the element master or a variation of it).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContent()
Gets the content as aString
.java.lang.String
getContentType()
Gets the content type of the versioned content.
-