Klasse ChildrenCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.ChildrenCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ChildrenCommentModel
extends Object
ChildrenCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CommentLinksprotected BodyBulkprotected StringID of the comment.protected StringID of the parent comment the child comment is in.protected ContentStatusprotected StringTitle of the comment.protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedChildrenCommentModel(String id, ContentStatus status, String title, String parentCommentId, Version version, BodyBulk body, CommentLinks _links) Constructs a validated instance ofChildrenCommentModel.Constructs a validated instance ofChildrenCommentModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(CommentLinks _links) body()builder()protected booleanbooleaninthashCode()id()ID of the comment.ID of the comment.ID of the parent comment the child comment is in.parentCommentId(String parentCommentId) ID of the parent comment the child comment is in.status()status(ContentStatus status) title()Title of the comment.Title of the comment.toString()version()
-
Felddetails
-
id
ID of the comment. -
status
-
title
Title of the comment. -
parentCommentId
ID of the parent comment the child comment is in. -
version
-
body
-
_links
-
-
Konstruktordetails
-
ChildrenCommentModel
Constructs a validated instance ofChildrenCommentModel.- Parameter:
spec- the specification to process
-
ChildrenCommentModel
@Internal public ChildrenCommentModel(String id, ContentStatus status, String title, String parentCommentId, Version version, BodyBulk body, CommentLinks _links) Constructs a validated instance ofChildrenCommentModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ChildrenCommentModel(Consumer)instead.- Parameter:
id- ID of the comment.status- statustitle- Title of the comment.parentCommentId- ID of the parent comment the child comment is in.version- versionbody- body_links- _links
-
ChildrenCommentModel
protected ChildrenCommentModel()
-
-
Methodendetails
-
builder
-
id
ID of the comment. -
status
-
title
Title of the comment. -
parentCommentId
ID of the parent comment the child comment is in. -
version
-
body
-
_links
-
id
ID of the comment.- Gibt zurück:
this.
-
status
- Gibt zurück:
this.
-
title
Title of the comment.- Gibt zurück:
this.
-
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.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-