@Beta public final class ContentType extends BaseSchema<ContentTypeName>
Modifier and Type | Class and Description |
---|---|
static class |
ContentType.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
allowChildContent() |
static ContentType.Builder |
create() |
static ContentType.Builder |
create(ContentType contentType) |
java.lang.String |
getContentDisplayNameScript() |
Form |
getForm() |
MixinNames |
getMetadata() |
ContentTypeName |
getSuperType() |
boolean |
hasSuperType() |
boolean |
isAbstract() |
boolean |
isBuiltIn() |
boolean |
isFinal() |
java.lang.String |
toString() |
getCreatedTime, getCreator, getDescription, getDescriptionI18nKey, getDisplayName, getDisplayNameI18nKey, getIcon, getModifiedTime, getModifier, getName
public static ContentType.Builder create()
public static ContentType.Builder create(ContentType contentType)
public boolean hasSuperType()
public ContentTypeName getSuperType()
public boolean isAbstract()
public boolean isFinal()
public boolean allowChildContent()
public boolean isBuiltIn()
public Form getForm()
public java.lang.String getContentDisplayNameScript()
public MixinNames getMetadata()
public java.lang.String toString()
toString
in class java.lang.Object