Klasse InlineCommentChildrenModel.InlineCommentChildrenModelBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.InlineCommentChildrenModel.InlineCommentChildrenModelBuilder
- Umschließende Klasse:
InlineCommentChildrenModel
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links(CommentLinks _links) build()ID of the comment.parentCommentId(String parentCommentId) ID of the parent comment the child comment is in.properties(InlineCommentProperties properties) 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.
-
parentCommentId
public InlineCommentChildrenModel.InlineCommentChildrenModelBuilder parentCommentId(String parentCommentId) ID of the parent comment the child comment is in.- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
resolutionStatus
public InlineCommentChildrenModel.InlineCommentChildrenModelBuilder resolutionStatus(InlineCommentResolutionStatus resolutionStatus) - Gibt zurück:
this.
-
properties
public InlineCommentChildrenModel.InlineCommentChildrenModelBuilder properties(InlineCommentProperties properties) - Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
build
-
toString
-