Klasse CreateInlineCommentModel.CreateInlineCommentModelBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateInlineCommentModel.CreateInlineCommentModelBuilder
- Umschließende Klasse:
CreateInlineCommentModel
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungblogPostId
(String blogPostId) ID of the containing blog post, if intending to create a top level footer comment.build()
inlineCommentProperties
(CreateInlineCommentModelInlineCommentProperties inlineCommentProperties) 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 CreateInlineCommentModel.CreateInlineCommentModelBuilder 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
.
-
inlineCommentProperties
public CreateInlineCommentModel.CreateInlineCommentModelBuilder inlineCommentProperties(CreateInlineCommentModelInlineCommentProperties inlineCommentProperties) - Gibt zurück:
this
.
-
build
-
toString
-