Klasse PageInlineCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.PageInlineCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PageInlineCommentModel
extends Object
PageInlineCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CommentLinksprotected BodyBulkprotected StringID of the comment.protected StringID of the page the comment is in.protected InlineCommentPropertiesprotected InlineCommentResolutionStatusprotected ContentStatusprotected StringTitle of the comment.protected Version -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPageInlineCommentModel(String id, ContentStatus status, String title, String pageId, Version version, BodyBulk body, InlineCommentResolutionStatus resolutionStatus, InlineCommentProperties properties, CommentLinks _links) Constructs a validated instance ofPageInlineCommentModel.Constructs a validated instance ofPageInlineCommentModel. -
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.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. -
status
-
title
Title of the comment. -
pageId
ID of the page the comment is in. -
version
-
body
-
resolutionStatus
-
properties
-
_links
-
-
Konstruktordetails
-
PageInlineCommentModel
Constructs a validated instance ofPageInlineCommentModel.- Parameter:
spec- the specification to process
-
PageInlineCommentModel
@Internal public PageInlineCommentModel(String id, ContentStatus status, String title, String pageId, Version version, BodyBulk body, InlineCommentResolutionStatus resolutionStatus, InlineCommentProperties properties, CommentLinks _links) Constructs a validated instance ofPageInlineCommentModel.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PageInlineCommentModel(Consumer)instead.- Parameter:
id- ID of the comment.status- statustitle- Title of the comment.pageId- ID of the page the comment is in.version- versionbody- bodyresolutionStatus- resolutionStatusproperties- properties_links- _links
-
PageInlineCommentModel
protected PageInlineCommentModel()
-
-
Methodendetails
-
builder
-
id
ID of the comment. -
status
-
title
Title of the comment. -
pageId
ID of the page the comment is in. -
version
-
body
-
resolutionStatus
-
properties
-
_links
-
id
ID of the comment.- 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.- 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
-