Klasse CreateFooterCommentModel.CreateFooterCommentModelBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateFooterCommentModel.CreateFooterCommentModelBuilder
- Umschließende Klasse:
CreateFooterCommentModel
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungblogPostId
(String blogPostId) ID of the containing blog post, if intending to create a top level footer comment.build()
ID of the containing page, if intending to create a top level footer comment.parentCommentId
(String parentCommentId) ID of the parent comment, if intending to create a reply.toString()
-
Methodendetails
-
blogPostId
ID of the containing blog post, if intending to create a top level footer comment. Do not provide if creating a reply.- Gibt zurück:
this
.
-
pageId
ID of the containing page, if intending to create a top level footer comment. Do not provide if creating a reply.- Gibt zurück:
this
.
-
parentCommentId
public CreateFooterCommentModel.CreateFooterCommentModelBuilder parentCommentId(String parentCommentId) ID of the parent comment, if intending to create a reply. Do not provide if creating a top level comment.- Gibt zurück:
this
.
-
build
-
toString
-