@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() |
Form |
form() |
String |
getContentDisplayNameScript() |
MixinNames |
getMetadata() |
ContentTypeName |
getSuperType() |
boolean |
hasSuperType() |
boolean |
isAbstract() |
boolean |
isBuiltIn() |
boolean |
isFinal() |
static ContentType.Builder |
newContentType() |
static ContentType.Builder |
newContentType(ContentType contentType) |
String |
toString() |
getCreatedTime, getCreator, getDescription, getDisplayName, getIcon, getModifiedTime, getModifier, getName
public static ContentType.Builder newContentType()
public static ContentType.Builder newContentType(ContentType contentType)
public boolean hasSuperType()
public ContentTypeName getSuperType()
public boolean isAbstract()
public boolean isFinal()
public boolean allowChildContent()
public boolean isBuiltIn()
public Form form()
public String getContentDisplayNameScript()
public MixinNames getMetadata()