Klasse InlineCommentModel.InlineCommentModelBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.InlineCommentModel.InlineCommentModelBuilder
- Umschließende Klasse:
InlineCommentModel
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links(CommentLinks _links) blogPostId(String blogPostId) ID of the blog post containing the comment if the comment is on a blog post.body(BodySingle body) build()ID of the comment.ID of the page containing the comment if the comment is on a page.parentCommentId(String parentCommentId) ID of the parent comment if the comment is a reply.properties(InlineCommentProperties properties) resolutionLastModifiedAt(OffsetDateTime resolutionLastModifiedAt) Timestamp of the last modification to the comment's resolution status.resolutionLastModifierId(String resolutionLastModifierId) Atlassian Account ID of last person who modified the resolve state of the comment.resolutionStatus(InlineCommentResolutionStatus resolutionStatus) status(ContentStatus status) Title of the comment.toString()
-
Methodendetails
-
id
ID of the comment.- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
Title of the comment.- Gibt zurück:
this.
-
blogPostId
ID of the blog post containing the comment if the comment is on a blog post.- Gibt zurück:
this.
-
pageId
ID of the page containing the comment if the comment is on a page.- Gibt zurück:
this.
-
parentCommentId
ID of the parent comment if the comment is a reply.- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
resolutionLastModifierId
public InlineCommentModel.InlineCommentModelBuilder resolutionLastModifierId(String resolutionLastModifierId) Atlassian Account ID of last person who modified the resolve state of the comment. Null until comment is resolved or reopened.- Gibt zurück:
this.
-
resolutionLastModifiedAt
public InlineCommentModel.InlineCommentModelBuilder resolutionLastModifiedAt(OffsetDateTime resolutionLastModifiedAt) Timestamp of the last modification to the comment's resolution status. Null until comment is resolved or reopened.- Gibt zurück:
this.
-
resolutionStatus
public InlineCommentModel.InlineCommentModelBuilder resolutionStatus(InlineCommentResolutionStatus resolutionStatus) - Gibt zurück:
this.
-
properties
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
build
-
toString
-