Klasse BlogPostInlineCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.BlogPostInlineCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class BlogPostInlineCommentModel
extends Object
BlogPostInlineCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CommentLinks
protected Long
ID of the blog post the comment is in.protected BodyBulk
protected Long
ID of the comment.protected InlineCommentProperties
protected InlineCommentResolutionStatus
protected ContentStatus
protected String
Title of the comment.protected Version
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
BlogPostInlineCommentModel
(Long id, ContentStatus status, String title, Long blogPostId, Version version, BodyBulk body, InlineCommentResolutionStatus resolutionStatus, InlineCommentProperties properties, CommentLinks _links) Constructs a validated instance ofBlogPostInlineCommentModel
.Constructs a validated instance ofBlogPostInlineCommentModel
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()
_links
(CommentLinks _links) ID of the blog post the comment is in.blogPostId
(Long blogPostId) ID of the blog post the comment is in.body()
builder()
protected boolean
boolean
int
hashCode()
id()
ID of the comment.ID of the comment.properties
(InlineCommentProperties properties) 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=true
can 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 the comment is in. 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=true
can 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
-
resolutionStatus
-
properties
-
_links
-
-
Konstruktordetails
-
BlogPostInlineCommentModel
Constructs a validated instance ofBlogPostInlineCommentModel
.- Parameter:
spec
- the specification to process
-
BlogPostInlineCommentModel
@Internal public BlogPostInlineCommentModel(Long id, ContentStatus status, String title, Long blogPostId, Version version, BodyBulk body, InlineCommentResolutionStatus resolutionStatus, InlineCommentProperties properties, CommentLinks _links) Constructs a validated instance ofBlogPostInlineCommentModel
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
BlogPostInlineCommentModel(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=true
can 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 the comment is in. 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=true
can 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
- bodyresolutionStatus
- resolutionStatusproperties
- properties_links
- _links
-
BlogPostInlineCommentModel
protected BlogPostInlineCommentModel()
-
-
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=true
can 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 the comment is in. 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=true
can 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
-
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=true
can 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 the comment is in. 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=true
can 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
.
-
resolutionStatus
- Gibt zurück:
this
.
-
properties
- Gibt zurück:
this
.
-
_links
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-