Klasse CreateFooterCommentModel
java.lang.Object
io.github.primelib.confluence4j.rest.v2.model.CreateFooterCommentModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateFooterCommentModel
extends Object
CreateFooterCommentModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringID of the attachment, if intending to create a comment against an attachment.protected StringID of the containing blog post, if intending to create a top level footer comment.protected CreateFooterCommentModelBodyprotected StringID of the custom content, if intending to create a comment against a custom content.protected 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateFooterCommentModel(String blogPostId, String pageId, String parentCommentId, String attachmentId, String customContentId, CreateFooterCommentModelBody body) Constructs a validated instance ofCreateFooterCommentModel.Constructs a validated instance ofCreateFooterCommentModel. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungID of the attachment, if intending to create a comment against an attachment.attachmentId(String attachmentId) ID of the attachment, if intending to create a comment against an attachment.ID 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 booleanID of the custom content, if intending to create a comment against a custom content.customContentId(String customContentId) ID of the custom content, if intending to create a comment against a custom content.booleaninthashCode()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. -
attachmentId
ID of the attachment, if intending to create a comment against an attachment. -
customContentId
ID of the custom content, if intending to create a comment against a custom content. -
body
-
-
Konstruktordetails
-
CreateFooterCommentModel
Constructs a validated instance ofCreateFooterCommentModel.- Parameter:
spec- the specification to process
-
CreateFooterCommentModel
protected CreateFooterCommentModel()
-
-
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. -
attachmentId
ID of the attachment, if intending to create a comment against an attachment. -
customContentId
ID of the custom content, if intending to create a comment against a custom content. -
body
-
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.
-
attachmentId
ID of the attachment, if intending to create a comment against an attachment.- Gibt zurück:
this.
-
customContentId
ID of the custom content, if intending to create a comment against a custom content.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-