public final class ContentType extends Object
Modifier and Type | Field and Description |
---|---|
static ContentType |
BLOG_POST |
static ContentType |
COMMENT |
static ContentType |
GLOBAL_DESCRIPTION |
static ContentType |
PAGE |
static ContentType |
PERSONAL_INFORMATION |
static ContentType |
SPACE_DESCRIPTION |
static ContentType |
STATUS_UPDATE |
Modifier and Type | Method and Description |
---|---|
static ContentType |
forName(String typeName) |
String |
getType() |
public static final ContentType PAGE
public static final ContentType BLOG_POST
public static final ContentType COMMENT
public static final ContentType STATUS_UPDATE
public static final ContentType SPACE_DESCRIPTION
public static final ContentType GLOBAL_DESCRIPTION
public static final ContentType PERSONAL_INFORMATION
public static ContentType forName(String typeName)
public String getType()
Copyright © 2003–2016 Atlassian. All rights reserved.