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
  • Felddetails

    • blogPostId

      protected String blogPostId
      ID of the containing blog post, if intending to create a top level footer comment. Do not provide if creating a reply.
    • pageId

      protected String pageId
      ID of the containing page, if intending to create a top level footer comment. Do not provide if creating a reply.
    • parentCommentId

      protected String parentCommentId
      ID of the parent comment, if intending to create a reply. Do not provide if creating a top level comment.
    • attachmentId

      protected String attachmentId
      ID of the attachment, if intending to create a comment against an attachment.
    • customContentId

      protected String customContentId
      ID of the custom content, if intending to create a comment against a custom content.
    • body

  • Konstruktordetails

    • CreateFooterCommentModel

      public CreateFooterCommentModel(Consumer<CreateFooterCommentModel> spec)
      Constructs a validated instance of CreateFooterCommentModel.
      Parameter:
      spec - the specification to process
    • CreateFooterCommentModel

      @Internal public CreateFooterCommentModel(String blogPostId, String pageId, String parentCommentId, String attachmentId, String customContentId, CreateFooterCommentModelBody body)
      Constructs a validated instance of CreateFooterCommentModel.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using CreateFooterCommentModel(Consumer) instead.

      Parameter:
      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 - body
    • CreateFooterCommentModel

      protected CreateFooterCommentModel()
  • Methodendetails

    • builder

    • blogPostId

      public String blogPostId()
      ID of the containing blog post, if intending to create a top level footer comment. Do not provide if creating a reply.
    • pageId

      public String pageId()
      ID of the containing page, if intending to create a top level footer comment. Do not provide if creating a reply.
    • parentCommentId

      public String parentCommentId()
      ID of the parent comment, if intending to create a reply. Do not provide if creating a top level comment.
    • attachmentId

      public String attachmentId()
      ID of the attachment, if intending to create a comment against an attachment.
    • customContentId

      public String customContentId()
      ID of the custom content, if intending to create a comment against a custom content.
    • body

    • blogPostId

      public CreateFooterCommentModel blogPostId(String 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

      public CreateFooterCommentModel pageId(String 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

      public CreateFooterCommentModel parentCommentId(String 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

      public CreateFooterCommentModel attachmentId(String attachmentId)
      ID of the attachment, if intending to create a comment against an attachment.
      Gibt zurück:
      this.
    • customContentId

      public CreateFooterCommentModel customContentId(String customContentId)
      ID of the custom content, if intending to create a comment against a custom content.
      Gibt zurück:
      this.
    • body

      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object