Klasse BlogPostInlineCommentModel.BlogPostInlineCommentModelBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.BlogPostInlineCommentModel.BlogPostInlineCommentModelBuilder
- Umschließende Klasse:
BlogPostInlineCommentModel
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links
(CommentLinks _links) blogPostId
(Long blogPostId) ID of the blog post the comment is in.build()
ID of the comment.properties
(InlineCommentProperties properties) resolutionStatus
(InlineCommentResolutionStatus resolutionStatus) status
(ContentStatus status) Title of the comment.toString()
-
Methodendetails
-
id
ID of the comment. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=true
can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this
.
-
status
- Gibt zurück:
this
.
-
title
Title of the comment.- Gibt zurück:
this
.
-
blogPostId
ID of the blog post the comment is in. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=true
can be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this
.
-
version
- Gibt zurück:
this
.
-
body
- Gibt zurück:
this
.
-
resolutionStatus
public BlogPostInlineCommentModel.BlogPostInlineCommentModelBuilder resolutionStatus(InlineCommentResolutionStatus resolutionStatus) - Gibt zurück:
this
.
-
properties
public BlogPostInlineCommentModel.BlogPostInlineCommentModelBuilder properties(InlineCommentProperties properties) - Gibt zurück:
this
.
-
_links
- Gibt zurück:
this
.
-
build
-
toString
-