public static class ContentType.ContentTypeBuilder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ContentType |
build() |
ContentType.ContentTypeBuilder |
elements(java.util.Map<java.lang.String,Element> elements)
Content type elements in the content type.
|
ContentType.ContentTypeBuilder |
system(System system)
System attributes of the content type. |
java.lang.String |
toString() |
public ContentType.ContentTypeBuilder system(System system)
System attributes of the content type.system - New value for System attributes of this content type.this.public ContentType.ContentTypeBuilder elements(java.util.Map<java.lang.String,Element> elements)
Note: The order of the Element objects might not match the order in the Kontent.ai UI.
elements - New value of this ContentType's Element objects.this.public ContentType build()
public java.lang.String toString()
toString in class java.lang.Object