Class ContentType


  • @Deprecated
    public final class ContentType
    extends Object
    Deprecated.
    since 7.0.1 , use ContentType
    Represents a type of content. This class is a simple wrapper around a string. For built-in content types it will match the internal String name for the content type. For custom content types it will be the plugin key of the content type's provider.
    • Field Detail

      • PAGE

        public static final ContentType PAGE
        Deprecated.
      • BLOG_POST

        public static final ContentType BLOG_POST
        Deprecated.
      • COMMENT

        public static final ContentType COMMENT
        Deprecated.
      • STATUS_UPDATE

        public static final ContentType STATUS_UPDATE
        Deprecated.
      • SPACE_DESCRIPTION

        public static final ContentType SPACE_DESCRIPTION
        Deprecated.
      • GLOBAL_DESCRIPTION

        public static final ContentType GLOBAL_DESCRIPTION
        Deprecated.
      • PERSONAL_INFORMATION

        public static final ContentType PERSONAL_INFORMATION
        Deprecated.
    • Method Detail

      • getType

        public String getType()
        Deprecated.