Klasse PageCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.PageCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageCommentModel
extends Object
PageCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPageCommentModel(Long id, ContentStatus status, String title, Long pageId, Version version, BodyBulk body, CommentLinks _links) Constructs a validated instance ofPageCommentModel.Constructs a validated instance ofPageCommentModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung_links()_links(CommentLinks _links) body()builder()protected booleanbooleaninthashCode()id()ID of the comment.ID of the comment.pageId()ID of the page the comment is in.ID of the page the comment is in.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. -
pageId
ID of the page 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=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
-
_links
-
-
Konstruktordetails
-
PageCommentModel
Constructs a validated instance ofPageCommentModel.- Parameter:
spec- the specification to process
-
PageCommentModel
@Internal public PageCommentModel(Long id, ContentStatus status, String title, Long pageId, Version version, BodyBulk body, CommentLinks _links) Constructs a validated instance ofPageCommentModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageCommentModel(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.pageId- ID of the page 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=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- body_links- _links
-
PageCommentModel
protected PageCommentModel()
-
-
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. -
pageId
ID of the page 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=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
-
_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.
-
pageId
ID of the page 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=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.
-
_links
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-