Klasse InlineCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.InlineCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class InlineCommentModel
extends Object
InlineCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CommentLinksprotected LongID of the blog post containing the comment if the comment is on a blog post.protected BodySingleprotected LongID of the comment.protected LongID of the page containing the comment if the comment is on a page.protected LongID of the parent comment if the comment is a reply.protected InlineCommentPropertiesprotected OffsetDateTimeTimestamp of the last modification to the comment's resolution status.protected StringAtlassian Account ID of last person who modified the resolve state of the comment.protected InlineCommentResolutionStatusprotected ContentStatusprotected StringTitle of the comment.protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedInlineCommentModel(Long id, ContentStatus status, String title, Long blogPostId, Long pageId, Long parentCommentId, Version version, BodySingle body, String resolutionLastModifierId, OffsetDateTime resolutionLastModifiedAt, InlineCommentResolutionStatus resolutionStatus, InlineCommentProperties properties, CommentLinks _links) Constructs a validated instance ofInlineCommentModel.Constructs a validated instance ofInlineCommentModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(CommentLinks _links) ID of the blog post containing the comment if the comment is on a blog post.blogPostId(Long blogPostId) ID of the blog post containing the comment if the comment is on a blog post.body()body(BodySingle body) builder()protected booleanbooleaninthashCode()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(Long parentCommentId) ID of the parent comment if the comment is a reply.properties(InlineCommentProperties properties) Timestamp of the last modification to the comment's resolution status.resolutionLastModifiedAt(OffsetDateTime resolutionLastModifiedAt) Timestamp of the last modification to the comment's resolution status.Atlassian Account ID of last person who modified the resolve state of the comment.resolutionLastModifierId(String resolutionLastModifierId) Atlassian Account ID of last person who modified the resolve state of the comment.resolutionStatus(InlineCommentResolutionStatus resolutionStatus) status()status(ContentStatus status) title()Title of the comment.Title of the comment.toString()version()
-
Felddetails
-
id
ID of the comment. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
status
-
title
Title of the comment. -
blogPostId
ID of the blog post containing the comment if the comment is on a blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
pageId
ID of the page containing the comment if the comment is on a page. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
parentCommentId
ID of the parent comment if the comment is a reply. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
version
-
body
-
resolutionLastModifierId
Atlassian Account ID of last person who modified the resolve state of the comment. Null until comment is resolved or reopened. -
resolutionLastModifiedAt
Timestamp of the last modification to the comment's resolution status. Null until comment is resolved or reopened. -
resolutionStatus
-
properties
-
_links
-
-
Konstruktordetails
-
InlineCommentModel
Constructs a validated instance ofInlineCommentModel.- Parameter:
spec- the specification to process
-
InlineCommentModel
@Internal public InlineCommentModel(Long id, ContentStatus status, String title, Long blogPostId, Long pageId, Long parentCommentId, Version version, BodySingle body, String resolutionLastModifierId, OffsetDateTime resolutionLastModifiedAt, InlineCommentResolutionStatus resolutionStatus, InlineCommentProperties properties, CommentLinks _links) Constructs a validated instance ofInlineCommentModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
InlineCommentModel(Consumer)instead.- Parameter:
id- ID of the comment. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.status- statustitle- Title of the comment.blogPostId- ID of the blog post containing the comment if the comment is on a blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.pageId- ID of the page containing the comment if the comment is on a page. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.parentCommentId- ID of the parent comment if the comment is a reply. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.version- versionbody- bodyresolutionLastModifierId- Atlassian Account ID of last person who modified the resolve state of the comment. Null until comment is resolved or reopened.resolutionLastModifiedAt- Timestamp of the last modification to the comment's resolution status. Null until comment is resolved or reopened.resolutionStatus- resolutionStatusproperties- properties_links- _links
-
InlineCommentModel
protected InlineCommentModel()
-
-
Methodendetails
-
builder
-
id
ID of the comment. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
status
-
title
Title of the comment. -
blogPostId
ID of the blog post containing the comment if the comment is on a blog post. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
pageId
ID of the page containing the comment if the comment is on a page. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
parentCommentId
ID of the parent comment if the comment is a reply. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail. -
version
-
body
-
resolutionLastModifierId
Atlassian Account ID of last person who modified the resolve state of the comment. Null until comment is resolved or reopened. -
resolutionLastModifiedAt
Timestamp of the last modification to the comment's resolution status. Null until comment is resolved or reopened. -
resolutionStatus
-
properties
-
_links
-
id
ID of the comment. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- 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. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this.
-
pageId
ID of the page containing the comment if the comment is on a page. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this.
-
parentCommentId
ID of the parent comment if the comment is a reply. Due to JavaScript's max integer representation of 2^53-1, the type of this field will be changed from a numeric type to a string type at the end of the deprecation period. In the meantime,serialize-ids-as-strings=truecan be passed as a query param to any v2 endpoint to opt-in to this change now. See this [changelog](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-905) for more detail.- Gibt zurück:
this.
-
version
- Gibt zurück:
this.
-
body
- Gibt zurück:
this.
-
resolutionLastModifierId
Atlassian Account ID of last person who modified the resolve state of the comment. Null until comment is resolved or reopened.- Gibt zurück:
this.
-
resolutionLastModifiedAt
Timestamp of the last modification to the comment's resolution status. Null until comment is resolved or reopened.- Gibt zurück:
this.
-
resolutionStatus
- Gibt zurück:
this.
-
properties
- Gibt zurück:
this.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-