Klasse CreatePageRequest.CreatePageRequestBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreatePageRequest.CreatePageRequestBuilder
- Umschließende Klasse:
CreatePageRequest
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbody(CreatePageRequestBody body) build()The parent content ID of the page.ID of the spacestatus(CreatePageRequest.StatusEnum status) The status of the page, published or draft.Title of the page, required if page status is not draft.toString()
-
Methodendetails
-
spaceId
ID of the space- Gibt zurück:
this.
-
status
The status of the page, published or draft.- Gibt zurück:
this.
-
title
Title of the page, required if page status is not draft.- Gibt zurück:
this.
-
parentId
The parent content ID of the page.- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
build
-
toString
-