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.ID of the parent page.ID of the containing space.status(UpdatePageRequest.StatusEnum status) The status of the page.Title of the page.toString()version(UpdateBlogPostRequestVersion version)
-
Methodendetails
-
id
Id of the page.- Gibt zurück:
this.
-
status
The status of the page.- 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.
-
body
- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
build
-
toString
-