Klasse UpdatePageRequest.UpdatePageRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdatePageRequest.UpdatePageRequestBuilder
- Umschließende Klasse:
UpdatePageRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(CreatePageRequestBody body) build()Id of the page.Account ID of the page owner.ID of the parent page.ID of the containing space.status(UpdatePageRequest.StatusEnum status) The updated status of the page.Title of the page.toString()version(UpdatePageRequestVersion version)
-
Methodendetails
-
id
Id of the page.- Gibt zurück:
this.
-
status
The updated status of the page. 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 draft.- Gibt zurück:
this.
-
title
Title of the page.- Gibt zurück:
this.
-
spaceId
ID of the containing space. This currently **does not support moving the page to a different space**.- Gibt zurück:
this.
-
parentId
ID of the parent page. This allows the page to be moved under a different parent within the same space.- Gibt zurück:
this.
-
ownerId
Account ID of the page owner. This allows page ownership to be transferred to another user.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
build
-
toString
-