com.atlassian.confluence.legacyapi.model.content
Class ContentType
java.lang.Object
com.atlassian.confluence.legacyapi.model.content.ContentType
public final class ContentType
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAGE
public static final ContentType PAGE
BLOG_POST
public static final ContentType BLOG_POST
COMMENT
public static final ContentType COMMENT
STATUS_UPDATE
public static final ContentType STATUS_UPDATE
SPACE_DESCRIPTION
public static final ContentType SPACE_DESCRIPTION
GLOBAL_DESCRIPTION
public static final ContentType GLOBAL_DESCRIPTION
PERSONAL_INFORMATION
public static final ContentType PERSONAL_INFORMATION
forName
public static ContentType forName(java.lang.String typeName)
getType
public java.lang.String getType()
Copyright © 2003-2014 Atlassian. All Rights Reserved.