Klasse ContentCreate.ContentCreateBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentCreate.ContentCreateBuilder
- Umschließende Klasse:
ContentCreate
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungancestors(List<ContentCreateAncestorsInner> ancestors) The parent content of the new content.body(ContentCreateBody body) build()container(ContentCreateContainer container) The ID of the draft content.space(ContentCreateSpace space) status(ContentCreate.StatusEnum status) The status of the new content.toString()The type of the new content.
-
Methodendetails
-
id
The ID of the draft content. Required when publishing a draft.- Gibt zurück:
this.
-
title
- Gibt zurück:
this.
-
type
The type of the new content. Custom content types defined by apps are also supported. eg. 'page', 'blogpost', 'comment' etc.- Gibt zurück:
this.
-
space
- Gibt zurück:
this.
-
status
The status of the new content.- Gibt zurück:
this.
-
container
- Gibt zurück:
this.
-
ancestors
The parent content of the new content. If you are creating a top-levelpageorcomment, this can be left blank. If you are creating a child page, this is where the parent page id goes. If you are creating a child comment, this is where the parent comment id goes. Only one parent content id can be specified.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
build
-
toString
-