Klasse CreateFooterCommentModel.CreateFooterCommentModelBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateFooterCommentModel.CreateFooterCommentModelBuilder
- Umschließende Klasse:
CreateFooterCommentModel
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungattachmentId(String attachmentId) ID of the attachment, if intending to create a comment against an attachment.blogPostId(String blogPostId) ID of the containing blog post, if intending to create a top level footer comment.build()customContentId(String customContentId) ID of the custom content, if intending to create a comment against a custom content.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.
-
attachmentId
ID of the attachment, if intending to create a comment against an attachment.- Gibt zurück:
this.
-
customContentId
public CreateFooterCommentModel.CreateFooterCommentModelBuilder customContentId(String customContentId) ID of the custom content, if intending to create a comment against a custom content.- Gibt zurück:
this.
-
build
-
toString
-