Klasse CustomContentCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CustomContentCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomContentCommentModel
extends Object
CustomContentCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CommentLinksprotected BodySingleprotected StringID of the custom content containing the comment.protected StringID of the comment.protected ContentStatusprotected StringTitle of the comment.protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCustomContentCommentModel(String id, ContentStatus status, String title, String customContentId, Version version, BodySingle body, CommentLinks _links) Constructs a validated instance ofCustomContentCommentModel.Constructs a validated instance ofCustomContentCommentModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(CommentLinks _links) body()body(BodySingle body) builder()protected booleanID of the custom content containing the comment.customContentId(String customContentId) ID of the custom content containing the comment.booleaninthashCode()id()ID of the comment.ID of the comment.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. -
customContentId
ID of the custom content containing the comment. -
version
-
body
-
_links
-
-
Konstruktordetails
-
CustomContentCommentModel
Constructs a validated instance ofCustomContentCommentModel.- Parameter:
spec- the specification to process
-
CustomContentCommentModel
@Internal public CustomContentCommentModel(String id, ContentStatus status, String title, String customContentId, Version version, BodySingle body, CommentLinks _links) Constructs a validated instance ofCustomContentCommentModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomContentCommentModel(Consumer)instead.- Parameter:
id- ID of the comment.status- statustitle- Title of the comment.customContentId- ID of the custom content containing the comment.version- versionbody- body_links- _links
-
CustomContentCommentModel
protected CustomContentCommentModel()
-
-
Methodendetails
-
builder
-
id
ID of the comment. -
status
-
title
Title of the comment. -
customContentId
ID of the custom content containing the comment. -
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.
-
customContentId
ID of the custom content containing the comment.- 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
-