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

    Modifier and Type
    Method
    Description
    Gets the content as a String.
    Gets the content type of the versioned content.
  • Method Details

    • getContentType

      String getContentType()
      Gets the content type of the versioned content.
      Returns:
      The content type of the versioned content
    • getContent

      String getContent()
      Gets the content as a String.
      Returns:
      The content (as a String)