Klasse UpdateInlineCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.UpdateInlineCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateInlineCommentModel
extends Object
UpdateInlineCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected CreateFooterCommentModelBodyprotected BooleanResolved state of the comment.protected UpdateFooterCommentModelVersion -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateInlineCommentModel(UpdateFooterCommentModelVersion version, CreateFooterCommentModelBody body, Boolean resolved) Constructs a validated instance ofUpdateInlineCommentModel.Constructs a validated instance ofUpdateInlineCommentModel. -
Methodenübersicht
-
Felddetails
-
version
-
body
-
resolved
Resolved state of the comment. Set to true to resolve the comment, set to false to reopen it. If matching the existing state (i.e. true -> resolved or false -> open/reopened) , no change will occur. A dangling comment cannot be updated.
-
-
Konstruktordetails
-
UpdateInlineCommentModel
Constructs a validated instance ofUpdateInlineCommentModel.- Parameter:
spec- the specification to process
-
UpdateInlineCommentModel
protected UpdateInlineCommentModel()
-
-
Methodendetails
-
builder
-
version
-
body
-
resolved
Resolved state of the comment. Set to true to resolve the comment, set to false to reopen it. If matching the existing state (i.e. true -> resolved or false -> open/reopened) , no change will occur. A dangling comment cannot be updated. -
resolved
Resolved state of the comment. Set to true to resolve the comment, set to false to reopen it. If matching the existing state (i.e. true -> resolved or false -> open/reopened) , no change will occur. A dangling comment cannot be updated.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-