public final enum

ContentType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.confluence.it.content.ContentType

Summary

Enum Values
ContentType  ATTACHMENT   
ContentType  BLOGPOST   
ContentType  COMMENT   
ContentType  MAIL   
ContentType  PAGE   
Public Methods
String code()
static ContentType valueOf(String name)
final static ContentType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ContentType ATTACHMENT

public static final ContentType BLOGPOST

public static final ContentType COMMENT

public static final ContentType MAIL

public static final ContentType PAGE

Public Methods

public String code ()

public static ContentType valueOf (String name)

public static final ContentType[] values ()