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