Klasse FooterCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.FooterCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FooterCommentModel
extends Object
FooterCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CommentLinksprotected StringID of the attachment containing the comment if the comment is on an attachment.protected StringID of the blog post containing the comment if the comment is on a blog post.protected BodySingleprotected StringID of the custom content containing the comment if the comment is on a custom content.protected StringID of the comment.protected StringID of the page containing the comment if the comment is on a page.protected StringID of the parent comment if the comment is a reply.protected ContentStatusprotected StringTitle of the comment.protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFooterCommentModel(String id, ContentStatus status, String title, String blogPostId, String pageId, String attachmentId, String customContentId, String parentCommentId, Version version, BodySingle body, CommentLinks _links) Constructs a validated instance ofFooterCommentModel.Constructs a validated instance ofFooterCommentModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(CommentLinks _links) ID of the attachment containing the comment if the comment is on an attachment.attachmentId(String attachmentId) ID of the attachment containing the comment if the comment is on an attachment.ID of the blog post containing the comment if the comment is on a blog post.blogPostId(String blogPostId) ID of the blog post containing the comment if the comment is on a blog post.body()body(BodySingle body) builder()protected booleanID of the custom content containing the comment if the comment is on a custom content.customContentId(String customContentId) ID of the custom content containing the comment if the comment is on a custom content.booleaninthashCode()id()ID of the comment.ID of the comment.pageId()ID of the page containing the comment if the comment is on a page.ID of the page containing the comment if the comment is on a page.ID of the parent comment if the comment is a reply.parentCommentId(String parentCommentId) ID of the parent comment if the comment is a reply.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. -
blogPostId
ID of the blog post containing the comment if the comment is on a blog post. -
pageId
ID of the page containing the comment if the comment is on a page. -
attachmentId
ID of the attachment containing the comment if the comment is on an attachment. -
customContentId
ID of the custom content containing the comment if the comment is on a custom content. -
parentCommentId
ID of the parent comment if the comment is a reply. -
version
-
body
-
_links
-
-
Konstruktordetails
-
FooterCommentModel
Constructs a validated instance ofFooterCommentModel.- Parameter:
spec- the specification to process
-
FooterCommentModel
@Internal public FooterCommentModel(String id, ContentStatus status, String title, String blogPostId, String pageId, String attachmentId, String customContentId, String parentCommentId, Version version, BodySingle body, CommentLinks _links) Constructs a validated instance ofFooterCommentModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FooterCommentModel(Consumer)instead.- Parameter:
id- ID of the comment.status- statustitle- Title of the comment.blogPostId- ID of the blog post containing the comment if the comment is on a blog post.pageId- ID of the page containing the comment if the comment is on a page.attachmentId- ID of the attachment containing the comment if the comment is on an attachment.customContentId- ID of the custom content containing the comment if the comment is on a custom content.parentCommentId- ID of the parent comment if the comment is a reply.version- versionbody- body_links- _links
-
FooterCommentModel
protected FooterCommentModel()
-
-
Methodendetails
-
builder
-
id
ID of the comment. -
status
-
title
Title of the comment. -
blogPostId
ID of the blog post containing the comment if the comment is on a blog post. -
pageId
ID of the page containing the comment if the comment is on a page. -
attachmentId
ID of the attachment containing the comment if the comment is on an attachment. -
customContentId
ID of the custom content containing the comment if the comment is on a custom content. -
parentCommentId
ID of the parent comment if the comment is a reply. -
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.
-
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.
-
attachmentId
ID of the attachment containing the comment if the comment is on an attachment.- Gibt zurück:
this.
-
customContentId
ID of the custom content containing the comment if the comment is on a custom content.- 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.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-