Klasse CreateInlineCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateInlineCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateInlineCommentModel
extends Object
CreateInlineCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringID of the containing blog post, if intending to create a top level footer comment.protected CreateFooterCommentModelBodyprotected StringID of the containing page, if intending to create a top level footer comment.protected StringID of the parent comment, if intending to create a reply. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateInlineCommentModel(String blogPostId, String pageId, String parentCommentId, CreateFooterCommentModelBody body, CreateInlineCommentModelInlineCommentProperties inlineCommentProperties) Constructs a validated instance ofCreateInlineCommentModel.Constructs a validated instance ofCreateInlineCommentModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungID of the containing blog post, if intending to create a top level footer comment.blogPostId(String blogPostId) ID of the containing blog post, if intending to create a top level footer comment.body()builder()protected booleanbooleaninthashCode()inlineCommentProperties(CreateInlineCommentModelInlineCommentProperties inlineCommentProperties) pageId()ID of the containing page, if intending to create a top level footer comment.ID of the containing page, if intending to create a top level footer comment.ID of the parent comment, if intending to create a reply.parentCommentId(String parentCommentId) ID of the parent comment, if intending to create a reply.toString()
-
Felddetails
-
blogPostId
ID of the containing blog post, if intending to create a top level footer comment. Do not provide if creating a reply. -
pageId
ID of the containing page, if intending to create a top level footer comment. Do not provide if creating a reply. -
parentCommentId
ID of the parent comment, if intending to create a reply. Do not provide if creating a top level comment. -
body
-
inlineCommentProperties
-
-
Konstruktordetails
-
CreateInlineCommentModel
Constructs a validated instance ofCreateInlineCommentModel.- Parameter:
spec- the specification to process
-
CreateInlineCommentModel
protected CreateInlineCommentModel()
-
-
Methodendetails
-
builder
-
blogPostId
ID of the containing blog post, if intending to create a top level footer comment. Do not provide if creating a reply. -
pageId
ID of the containing page, if intending to create a top level footer comment. Do not provide if creating a reply. -
parentCommentId
ID of the parent comment, if intending to create a reply. Do not provide if creating a top level comment. -
body
-
inlineCommentProperties
-
blogPostId
ID of the containing blog post, if intending to create a top level footer comment. Do not provide if creating a reply.- Gibt zurück:
this.
-
pageId
ID of the containing page, if intending to create a top level footer comment. Do not provide if creating a reply.- Gibt zurück:
this.
-
parentCommentId
ID of the parent comment, if intending to create a reply. Do not provide if creating a top level comment.- Gibt zurück:
this.
-
inlineCommentProperties
public CreateInlineCommentModel inlineCommentProperties(CreateInlineCommentModelInlineCommentProperties inlineCommentProperties) - Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-