Klasse ContentUpdate.ContentUpdateBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.model.ContentUpdate.ContentUpdateBuilder
- Umschließende Klasse:
ContentUpdate
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungancestors(List<ContentUpdateAncestorsInner> ancestors) The new parent for the content.body(ContentUpdateBody body) build()status(ContentUpdate.StatusEnum status) The updated status of the content.The updated title of the content.toString()The type of content.version(ContentUpdateVersion version)
-
Methodendetails
-
version
- Gibt zurück:
this.
-
title
The updated title of the content. If you are updating a non-draftpageorblogpost, title is required. If you are not changing the title, set this field to the the current title.- Gibt zurück:
this.
-
type
The type of content. Set this to the current type of the content. For example, - page - blogpost - comment - attachment- Gibt zurück:
this.
-
status
The updated status of the content. Note, if you change the status of a page from 'current' to 'draft' and it has an existing draft, the existing draft will be deleted in favor of the updated page.- Gibt zurück:
this.
-
ancestors
The new parent for the content. Only one parent content 'id' can be specified.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
build
-
toString
-